From 233c27be23845f98d1516df28e0b74d6c2f276f2 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 26 Feb 2024 19:09:26 +0100 Subject: [PATCH] show usage for infinite clients as well #5 --- frontend/src/views/Clients.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Clients.vue b/frontend/src/views/Clients.vue index fdf7a43..0aae0e1 100644 --- a/frontend/src/views/Clients.vue +++ b/frontend/src/views/Clients.vue @@ -73,7 +73,7 @@ {{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }} - {{ item.volume>0 ? HumanReadable.sizeFormat(item.up + item.down) : $t('unlimited') }} + {{ HumanReadable.sizeFormat(item.up + item.down) }}