mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Update scripts/pi-hole/js/queries.js
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
@@ -151,7 +151,7 @@ function parseQueryStatus(data) {
|
||||
case "REGEX_CNAME":
|
||||
colorClass = "text-red";
|
||||
icon = "fa-solid fa-ban";
|
||||
fieldtext = "Blocked (regex diened, CNAME)";
|
||||
fieldtext = "Blocked (regex denied, CNAME)";
|
||||
regexLink = data.regex_id > 0;
|
||||
buttontext =
|
||||
'<button type="button" class="btn btn-default btn-sm text-green btn-whitelist"><i class="fas fa-check"></i> Allow</button>';
|
||||
|
||||
Reference in New Issue
Block a user