mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Use correct IDs for spinners in index.js
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -637,8 +637,8 @@ function updateSummaryData(runOnce) {
|
||||
$("#temperature").html("<i class=\"fa fa-circle\" style=\"color:#FF0000\"></i> 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();
|
||||
|
||||
Reference in New Issue
Block a user