Merge pull request #1601 from kbohlen/devel

Fix symbol for devices that do not use Pi-hole
This commit is contained in:
DL6ER
2020-10-10 07:15:46 +02:00
committed by GitHub
+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