mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 18:29:43 +01:00
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:
@@ -764,7 +764,7 @@ $(document).ready(function() {
|
||||
|
||||
updateSummaryData();
|
||||
|
||||
var blockedColor = "#999999";
|
||||
var blockedColor = "#999";
|
||||
var permittedColor = "#00a65a";
|
||||
|
||||
var ctx = document.getElementById("queryOverTimeChart").getContext("2d");
|
||||
|
||||
Reference in New Issue
Block a user