- {{ t('views.content.libraries.Quota.label.percentUsed', {progress: progress}) }}
+ {{ t('views.content.libraries.Quota.label.percentUsed', {progress: humanSize(progress)}) }}
purge('errored')
>
{{ t('views.content.libraries.Quota.label.currentUsage', {max: humanSize(quotaStatus.max * 1000 * 1000), currentAmount: humanSize(quotaStatus.current * 1000 * 1000)}) }}
-
-
+
+
+
-
-
-
- {{ humanSize(quotaStatus.pending * 1000 * 1000) }}
-
-
- {{ t('views.content.libraries.Quota.label.pending') }}
-
+
+
+ {{ humanSize(quotaStatus.pending * 1000 * 1000) }}
-
-
-
- {{ t('views.content.libraries.Quota.link.viewFiles') }}
-
+
+ {{ t('views.content.libraries.Quota.label.pending') }}
+
+
+
+
+
+ {{ t('views.content.libraries.Quota.link.viewFiles') }}
+
-
+
+ {{ t('views.content.libraries.Quota.button.purge') }}
+
+ {{ t('views.content.libraries.Quota.modal.purgePending.content.description') }}
+
+
{{ t('views.content.libraries.Quota.button.purge') }}
-
- {{ t('views.content.libraries.Quota.modal.purgePending.content.description') }}
-
-
- {{ t('views.content.libraries.Quota.button.purge') }}
-
-
-
-
-
-
-
- {{ humanSize(quotaStatus.skipped * 1000 * 1000) }}
-
-
- {{ t('views.content.libraries.Quota.label.skipped') }}
-
+
+
+
+
+
+
+
+ {{ humanSize(quotaStatus.skipped * 1000 * 1000) }}
-
-
-
- {{ t('views.content.libraries.Quota.link.viewFiles') }}
-
-
- {{ t('views.content.libraries.Quota.button.purge') }}
-
- {{ t('views.content.libraries.Quota.modal.purgeSkipped.content.description') }}
-
-
- {{ t('views.content.libraries.Quota.button.purge') }}
-
-
-
-
-
-
-
- {{ humanSize(quotaStatus.errored * 1000 * 1000) }}
-
-
- {{ t('views.content.libraries.Quota.label.errored') }}
-
+
+ {{ t('views.content.libraries.Quota.label.skipped') }}
-
-
-
- {{ t('views.content.libraries.Quota.link.viewFiles') }}
-
-
+
+
+
+
+ {{ t('views.content.libraries.Quota.link.viewFiles') }}
+
+
+ {{ t('views.content.libraries.Quota.button.purge') }}
+
+ {{ t('views.content.libraries.Quota.modal.purgeSkipped.content.description') }}
+
+
{{ t('views.content.libraries.Quota.button.purge') }}
-
- {{ t('views.content.libraries.Quota.modal.purgeErrored.content.description') }}
-
-
- {{ t('views.content.libraries.Quota.button.purge') }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ humanSize(quotaStatus.errored * 1000 * 1000) }}
+
+
+ {{ t('views.content.libraries.Quota.label.errored') }}
+
+
+
+
+
+ {{ t('views.content.libraries.Quota.link.viewFiles') }}
+
+
+ {{ t('views.content.libraries.Quota.button.purge') }}
+
+ {{ t('views.content.libraries.Quota.modal.purgeErrored.content.description') }}
+
+
+ {{ t('views.content.libraries.Quota.button.purge') }}
+
+
+
+
+
+
+