Always show date (but only once if the interval is on the same date), break long lines on small displays, and abbreviate gray color definition.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-01-02 13:24:45 +00:00
committed by XhmikosR
parent ac1e68acde
commit f2713a9b3d
2 changed files with 21 additions and 7 deletions

View File

@@ -764,7 +764,7 @@ $(document).ready(function() {
updateSummaryData();
var blockedColor = "#999999";
var blockedColor = "#999";
var permittedColor = "#00a65a";
var ctx = document.getElementById("queryOverTimeChart").getContext("2d");