diff options
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
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) ]]) |
