From 48b57191920c51de045bf712d5fb6fff64b429ad Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 26 Aug 2009 22:45:12 +0200 Subject: On 1.2. the traffic graphs have only color per item and as such do not use a array. --- usr/local/www/themes/pfsense_ng/rrdcolors.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php index 9360d0c..87343dd 100644 --- a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php +++ b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php @@ -30,10 +30,10 @@ /* This file is included by the RRD graphing page and sets the colors */ -$colortrafficup = array("666666", "CCCCCC"); -$colortrafficdown = array("990000", "CC0000"); -$colorpacketsup = array("666666", "CCCCCC"); -$colorpacketsdown = array("990000", "CC0000"); +$colortrafficup = "666666"; +$colortrafficdown = "990000"; +$colorpacketsup = "666666"; +$colorpacketsdown = "990000"; $colorstates = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); $colorprocessor = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); $colormemory = array('990000','a83c3c','b36666','bd9090','cccccc','000000'); -- cgit v1.1