mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Apply red background color to special domains in query log
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
@@ -205,6 +205,7 @@ function parseQueryStatus(data) {
|
||||
icon = "fa-solid fa-ban";
|
||||
fieldtext = data.status;
|
||||
buttontext = "";
|
||||
blocked = true;
|
||||
break;
|
||||
default:
|
||||
colorClass = "text-orange";
|
||||
|
||||
Reference in New Issue
Block a user