Merge pull request #1594 from yubiuser/tweak/colors

Change color of blocked queries in dashboard piechart forward destination to red
This commit is contained in:
DL6ER
2020-12-10 22:08:35 +01:00
committed by GitHub

View File

@@ -12,8 +12,8 @@ var timeLineChart, clientsChart;
var queryTypePieChart, forwardDestinationPieChart;
var THEME_COLORS = [
"#3c8dbc",
"#f56954",
"#3c8dbc",
"#00a65a",
"#00c0ef",
"#f39c12",