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:
DL6ER
2025-03-27 11:58:19 +01:00
parent e3ead702ce
commit d43fcd7658

View File

@@ -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";