We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bef370 + d43fcd7 commit a73e95eCopy full SHA for a73e95e
1 file changed
scripts/js/queries.js
@@ -149,6 +149,13 @@ function parseQueryStatus(data) {
149
buttontext = "";
150
blocked = true;
151
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;
159
case "GRAVITY_CNAME":
160
colorClass = "text-red";
161
icon = "fa-solid fa-ban";
0 commit comments