From 2cf034070427232ead5fee385960727616eed0dd Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 27 Aug 2019 16:56:22 +0200 Subject: [PATCH 1/2] Remove dead code Signed-off-by: DL6ER --- index.php | 60 ------------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/index.php b/index.php index ab7ca967..f34a7171 100644 --- a/index.php +++ b/index.php @@ -162,66 +162,6 @@ - - -
- -
-
-
-

Query Types (over time)

-
-
-
- -
-
-
- -
- -
-
- -
-
-
-

Upstreams (over time)

-
-
-
- -
-
-
- -
- -
-
- -
- Date: Tue, 27 Aug 2019 16:56:42 +0200 Subject: [PATCH 2/2] Use correct IDs for spinners in index.js Signed-off-by: DL6ER --- scripts/pi-hole/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 21e00bda..8058b16e 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -637,8 +637,8 @@ function updateSummaryData(runOnce) { $("#temperature").html(" FTL offline"); // Show spinner $("#queries-over-time .overlay").show(); - $("#forward-destinations .overlay").show(); - $("#query-types .overlay").show(); + $("#forward-destinations-pie .overlay").show(); + $("#query-types-pie .overlay").show(); $("#client-frequency .overlay").show(); $("#domain-frequency .overlay").show(); $("#ad-frequency .overlay").show();