Frontend upload restrict consolidation

This commit is contained in:
Čarodej
2022-01-06 12:24:27 +01:00
parent 8d53ed1531
commit e5e713659e
13 changed files with 84 additions and 108 deletions

View File

@@ -124,7 +124,7 @@ const FunctionHelpers = {
distribution = orderBy(distribution, ['progress'], ['desc'])
// Push at the end empty space data
if (config.subscriptionType !== 'metered') {
if (config.subscriptionType === 'fixed' || config.storageLimit) {
distribution.push({
progress: 100 - storage.data.attributes.percentage,
color: 'secondary',