- usage metric fix

- ui fix
- index:usage artisan command
- demo payment settings
This commit is contained in:
Čarodej
2022-01-10 15:43:55 +01:00
parent 5de2b8b0e0
commit 08139c8f96
47 changed files with 88 additions and 50 deletions

View File

@@ -475,7 +475,7 @@ if (! function_exists('get_storage_percentage')) {
// Count progress
if ($total == 0) {
$progress = 100;
$progress = 0;
} else {
$progress = ($used * 100) / $total;
}