mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Set icon color to green when SSL/TSL is used
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -749,7 +749,7 @@ function addAdvancedInfo() {
|
||||
// Add TLS and client IP info
|
||||
advancedInfoTarget.append(
|
||||
'Client: <i class="fa-solid fa-fw fa-lock' +
|
||||
(isTLS ? "" : "-open") +
|
||||
(isTLS ? " text-green" : "-open") +
|
||||
'" title="Your connection is ' +
|
||||
(isTLS ? "" : "NOT ") +
|
||||
'end-to-end encrypted (TLS/SSL)"></i> <span id="client-id"></span><br>'
|
||||
|
||||
Reference in New Issue
Block a user