diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:21:14 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:21:14 +0300 |
| commit | 375814da273cd2548c30fc56a86dd74ef5f009c9 (patch) | |
| tree | 4409f350f8a588aa5e82c06757654e971904b575 /web/html/xui/client_modal.html | |
| parent | ba2d02ae1d1ff202c290c0c4800a1ea30a36c823 (diff) | |
[bug] fix status colors in pages
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/client_modal.html')
| -rw-r--r-- | web/html/xui/client_modal.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html index d9e9a0a2..265a2cac 100644 --- a/web/html/xui/client_modal.html +++ b/web/html/xui/client_modal.html @@ -112,9 +112,6 @@ get isExpiry() { return this.clientModal.isEdit && this.client.expiryTime >0 ? (this.client.expiryTime < new Date().getTime()) : false; }, - get statsColor() { - return usageColor(clientStats.up + clientStats.down, app.trafficDiff, this.client.totalGB); - }, get delayedStart() { return this.clientModal.delayedStart; }, |
