From 74d1479537063d49fd71d40cccac1f90a6460a3a Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 15 Feb 2010 08:59:56 -0500 Subject: Fix RRD colors in Code Red theme. Resolves #330 --- usr/local/www/themes/code-red/rrdcolors.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr') diff --git a/usr/local/www/themes/code-red/rrdcolors.inc.php b/usr/local/www/themes/code-red/rrdcolors.inc.php index d04762e..9b03bd8 100755 --- a/usr/local/www/themes/code-red/rrdcolors.inc.php +++ b/usr/local/www/themes/code-red/rrdcolors.inc.php @@ -30,10 +30,10 @@ /* This file is included by the RRD graphing page and sets the colors */ -$colortrafficup = "666666"; -$colortrafficdown = "990000"; -$colorpacketsup = "666666"; -$colorpacketsdown = "990000"; +$colortrafficup = array("666666", "CCCCCC"); +$colortrafficdown = array("666666", "CCCCCC"); +$colorpacketsup = array("666666", "CCCCCC"); +$colorpacketsdown = array("666666", "CCCCCC"); $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