Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/form/client.html')
-rw-r--r--web/html/xui/form/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index 63080ab7..724f067b 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -117,7 +117,7 @@
<template v-if="isEdit && clientStats">
<br>
<span> {{ i18n "usage" }}:</span>
- <a-tag :color="statsColor">
+ <a-tag :color="clientUsageColor(clientStats, app.trafficDiff)">
[[ sizeFormat(clientStats.up) ]] /
[[ sizeFormat(clientStats.down) ]]
([[ sizeFormat(clientStats.up + clientStats.down) ]])