From 3cb3e9ea1839d2af88c3b4e3c0d9d98ae53c0f38 Mon Sep 17 00:00:00 2001 From: quietsy Date: Wed, 27 Sep 2023 22:08:14 +0300 Subject: [PATCH] Change auth icons in the proxies table --- root/dashboard/www/index.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/root/dashboard/www/index.php b/root/dashboard/www/index.php index 309e0e24..810f7adc 100644 --- a/root/dashboard/www/index.php +++ b/root/dashboard/www/index.php @@ -24,10 +24,15 @@ function GetHeader() { .far, .fas { font-family: "Font Awesome 5 Free" !important; } - .fa-exclamation-circle,.fa-check-circle, .fa-info-circle, .fa-edit, .fa-lock { + .fa-exclamation-circle,.fa-check-circle, .fa-info-circle, .fa-edit, .fa-lock, .fa-lock-open { font-size:20px; padding: 2px; } + .fa-lock-open { + color: gray; + padding-left: 7px; + cursor: help; + } .fa-check-circle, .fa-lock { color: #5DB56A; } @@ -66,9 +71,9 @@ function GetProxies() { $status .= ''; $auths = implode(PHP_EOL, $data->auths); if ($data->auth_status == 1) { - $status .= ''; + $status .= ''; } else { - $status .= ''; + $status .= ''; } $status .= ''.$location.''; } else {