Skip to content

Commit d43fcd7

Browse files
committed
Query Log is missing a rule for colorization of QUERY_EXTERNAL_BLOCKED_EDE15
Signed-off-by: DL6ER <[email protected]>
1 parent e3ead70 commit d43fcd7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/js/queries.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
149149
buttontext = "";
150150
blocked = true;
151151
break;
152+
case "QUERY_EXTERNAL_BLOCKED_EDE15":
153+
colorClass = "text-red";
154+
icon = "fa-solid fa-ban";
155+
fieldtext = "Blocked (external, EDE15)";
156+
buttontext = "";
157+
blocked = true;
158+
break;
152159
case "GRAVITY_CNAME":
153160
colorClass = "text-red";
154161
icon = "fa-solid fa-ban";

0 commit comments

Comments
 (0)