summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jpingle@gmail.com>2010-02-15 08:59:56 -0500
committerjim-p <jpingle@gmail.com>2010-02-15 08:59:56 -0500
commit74d1479537063d49fd71d40cccac1f90a6460a3a (patch)
tree30456855b24bcc8347100d3958b829e36e98f027 /usr
parent495df644cea05dadafb78149630f4011294a9349 (diff)
downloadpfsense-74d1479537063d49fd71d40cccac1f90a6460a3a.zip
pfsense-74d1479537063d49fd71d40cccac1f90a6460a3a.tar.gz
Fix RRD colors in Code Red theme. Resolves #330
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/themes/code-red/rrdcolors.inc.php8
1 files changed, 4 insertions, 4 deletions
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');
OpenPOWER on IntegriCloud