mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Query Log is missing a rule for colorization of QUERY_EXTERNAL_BLOCKED_EDE15
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
|
|||||||
buttontext = "";
|
buttontext = "";
|
||||||
blocked = true;
|
blocked = true;
|
||||||
break;
|
break;
|
||||||
|
case "QUERY_EXTERNAL_BLOCKED_EDE15":
|
||||||
|
colorClass = "text-red";
|
||||||
|
icon = "fa-solid fa-ban";
|
||||||
|
fieldtext = "Blocked (external, EDE15)";
|
||||||
|
buttontext = "";
|
||||||
|
blocked = true;
|
||||||
|
break;
|
||||||
case "GRAVITY_CNAME":
|
case "GRAVITY_CNAME":
|
||||||
colorClass = "text-red";
|
colorClass = "text-red";
|
||||||
icon = "fa-solid fa-ban";
|
icon = "fa-solid fa-ban";
|
||||||
|
|||||||
Reference in New Issue
Block a user