mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1601 from kbohlen/devel
Fix symbol for devices that do not use Pi-hole
This commit is contained in:
@@ -95,7 +95,7 @@ $(function () {
|
||||
} else {
|
||||
// This client has never sent a query to Pi-hole, color light-red
|
||||
color = networkNever;
|
||||
iconClasses = "fas fa-check";
|
||||
iconClasses = "fas fa-times";
|
||||
}
|
||||
|
||||
// Set determined background color
|
||||
|
||||
Reference in New Issue
Block a user