Fix symbol for devices that do not use Pi-hole

Signed-off-by: Kurtis <kbohlen@sfu.ca>
This commit is contained in:
Kurtis
2020-10-09 12:54:27 -07:00
parent 891f61a479
commit d3395a1dd4
+1 -1
View File
@@ -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