From 8512951ff1414a7bc9beed3060a7be97ab890f11 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Fri, 27 Nov 2009 23:25:54 +0100 Subject: Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty. Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2. --- usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php') diff --git a/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php b/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php index 9360d0c..e3153fd 100644 --- a/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php +++ b/usr/local/www/themes/pfsense-dropdown/rrdcolors.inc.php @@ -43,7 +43,7 @@ $colorqueuesdropup = array('000000','7B0000','990000','BB0000','CC0000','D90000' $colorqueuesdropdown = array('000000','7B7B7B','999999','BBBBBB','CCCCCC','D9D9D9','EEEEEE','FFFFFF','CCCCCC'); $colorqualityrtt = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); $colorqualityloss = "ee0000"; -$colorwireless = array('990000','a83c3c','b36666'); +$colorwireless = array('333333','a83c3c','999999'); $colorspamdtime = array('DDDDFF', 'AAAAFF', 'DDDDFF', '000066'); $colorspamdconn = array('00AA00BB', 'FFFFFFFF', '00660088', 'FFFFFF88', '006600'); -- cgit v1.1