From e612ad836aa3000ea58e8cd8f416283903fd5e50 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jul 2024 08:15:56 +0200 Subject: [PATCH] More robust user quota component --- .../app/shared/shared-main/users/user-quota.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/shared/shared-main/users/user-quota.component.html b/client/src/app/shared/shared-main/users/user-quota.component.html index ac9085bb3..bac2d2a14 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.html +++ b/client/src/app/shared/shared-main/users/user-quota.component.html @@ -4,7 +4,7 @@
+ [attr.aria-valuenow]="userVideoQuotaUsed" aria-valuemin="0" [attr.aria-valuemax]="user?.videoQuota">
{{ userVideoQuotaUsed | bytes: 1 }} {{ userVideoQuota }} @@ -15,7 +15,7 @@
+ [attr.aria-valuenow]="userVideoQuotaUsedDaily" aria-valuemin="0" [attr.aria-valuemax]="user?.videoQuotaDaily">
{{ userVideoQuotaUsedDaily | bytes: 1 }} {{ userVideoQuotaDaily }}