From 4bc3d73acdf9a20d66ae1a7070cc87cf7d85569f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 21 Jan 2023 15:14:38 +0100 Subject: [PATCH] Remove warning triangle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- scripts/pi-hole/js/groups-adlists.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/pi-hole/js/groups-adlists.js b/scripts/pi-hole/js/groups-adlists.js index ed89cfb0..e203456e 100644 --- a/scripts/pi-hole/js/groups-adlists.js +++ b/scripts/pi-hole/js/groups-adlists.js @@ -179,15 +179,9 @@ function initTable() { break; } - // Append red exclamation-triangle when there are invalid lines on the list - var extra = ""; - if (data.invalid_domains !== null && data.invalid_domains > 0) { - extra = ""; - } - $("td:eq(1)", row).addClass("list-status-" + statusCode); $("td:eq(1)", row).html( - "" + extra + "" ); if (data.address.startsWith("file://")) {