mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Cleanup white backgrounds on certain graphs
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$scale_min = 0;
|
||||
$ds = 'time_remaining';
|
||||
$colour_area = 'EEEEEE';
|
||||
$colour_line = '36393D';
|
||||
$colour_area = 'FF000011';
|
||||
$colour_line = 'FF0000';
|
||||
$colour_area_max = 'FFEE99';
|
||||
$graph_max = 0;
|
||||
$unit_text = 'Minutes';
|
||||
|
Reference in New Issue
Block a user