From d8c509b41056b9ca41725fac0bfa7515ce1f795b Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 5 Dec 2023 00:19:01 +0330 Subject: [PATCH] small typo Co-Authored-By: Alireza Ahmadi --- web/assets/js/util/common.js | 4 ++-- web/html/xui/inbound_client_table.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/js/util/common.js b/web/assets/js/util/common.js index 38a2c37e..82bc9a0c 100644 --- a/web/assets/js/util/common.js +++ b/web/assets/js/util/common.js @@ -138,9 +138,9 @@ function clientUsageColor(clientStats, trafficDiff) { case clientStats.up + clientStats.down < clientStats.total - trafficDiff: return "#0e49b5"; case clientStats.up + clientStats.down < clientStats.total: - return "#FFA031"; + return "#ffa031"; default: - return "#E04141"; + return "#e04141"; } } diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index c788b9fd..cc626606 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -136,7 +136,7 @@ [[ remainedDays(client.expiryTime) ]] - +