mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
- usage metric fix
- ui fix - index:usage artisan command - demo payment settings
This commit is contained in:
@@ -475,7 +475,7 @@ if (! function_exists('get_storage_percentage')) {
|
||||
|
||||
// Count progress
|
||||
if ($total == 0) {
|
||||
$progress = 100;
|
||||
$progress = 0;
|
||||
} else {
|
||||
$progress = ($used * 100) / $total;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user