From 6bb07ec808ead76e9da41680ea7a3cab3b9e0b39 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Wed, 30 Sep 2020 20:19:32 +0200 Subject: [PATCH] Change color of blocked queries in dashboard piechart forward destinations to red Signed-off-by: yubiuser --- scripts/pi-hole/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 83f49b02..900495a5 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -12,8 +12,8 @@ var timeLineChart, clientsChart; var queryTypePieChart, forwardDestinationPieChart; var THEME_COLORS = [ - "#3c8dbc", "#f56954", + "#3c8dbc", "#00a65a", "#00c0ef", "#f39c12",