Skip to content

Commit

Permalink
Merge pull request #1594 from yubiuser/tweak/colors
Browse files Browse the repository at this point in the history
Change color of blocked queries in dashboard piechart forward destination to red
  • Loading branch information
DL6ER authored Dec 10, 2020
2 parents 6ade8df + 6bb07ec commit 835f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var timeLineChart, clientsChart;
var queryTypePieChart, forwardDestinationPieChart;

var THEME_COLORS = [
"#3c8dbc",
"#f56954",
"#3c8dbc",
"#00a65a",
"#00c0ef",
"#f39c12",
Expand Down

0 comments on commit 835f12d

Please sign in to comment.