diff --git a/frontend/src/views/Clients.vue b/frontend/src/views/Clients.vue
index 81a3e7e..efdb650 100644
--- a/frontend/src/views/Clients.vue
+++ b/frontend/src/views/Clients.vue
@@ -23,105 +23,117 @@
:tag="stats.tag"
@close="closeStats"
/>
-
-
+
+
{{ $t('actions.add') }}
+
+
+
+
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
- {{ item.desc }}
-
-
-
-
- {{ $t('pages.inbounds') }}
-
-
- {{ i }}
-
- {{ item.inbounds.length }}
-
-
-
- {{ $t('stats.volume') }}
-
- {{ item.volume == 0 ? $t('unlimited') : HumanReadable.sizeFormat(item.volume) }}
-
-
-
- {{ $t('date.expiry') }}
-
- {{ item.expiry == 0 ? $t('unlimited') : HumanReadable.remainedDays(item.expiry)?? $t('date.expired') }}
-
-
-
- {{ $t('stats.usage') }}
-
-
- {{ $t('stats.upload') }}:{{ HumanReadable.sizeFormat(item.up) }}
- {{ $t('stats.download') }}:{{ HumanReadable.sizeFormat(item.down) }}
-
- {{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }}
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+ {{ item.desc }}
+
+
+
+
+ {{ $t('pages.inbounds') }}
+
+
+ {{ i }}
+
+ {{ item.inbounds.length }}
+
+
+
+ {{ $t('stats.volume') }}
+
+ {{ item.volume == 0 ? $t('unlimited') : HumanReadable.sizeFormat(item.volume) }}
+
+
+
+ {{ $t('date.expiry') }}
+
+ {{ item.expiry == 0 ? $t('unlimited') : HumanReadable.remainedDays(item.expiry)?? $t('date.expired') }}
+
+
+
+ {{ $t('stats.usage') }}
+
+
+ {{ $t('stats.upload') }}:{{ HumanReadable.sizeFormat(item.up) }}
+ {{ $t('stats.download') }}:{{ HumanReadable.sizeFormat(item.down) }}
+
+ {{ $t('remained') }}: {{ HumanReadable.sizeFormat(item.volume - (item.up + item.down)) }}
+
+
+ {{ HumanReadable.sizeFormat(item.up + item.down) }}
+
+
+
+ {{ $t('online') }}
+
+
+ {{ $t('online') }}
-
- {{ HumanReadable.sizeFormat(item.up + item.down) }}
-
-
-
- {{ $t('online') }}
-
-
- {{ $t('online') }}
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('confirm') }}
-
- {{ $t('yes') }}
- {{ $t('no') }}
-
-
-
-
-
-
-
-
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('confirm') }}
+
+ {{ $t('yes') }}
+ {{ $t('no') }}
+
+
+
+
+
+
+
+
+