summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorjim-p <jpingle@gmail.com>2010-02-15 14:02:00 -0500
committerjim-p <jpingle@gmail.com>2010-02-15 14:02:59 -0500
commitdcdf955c107fb7d077d462d71c55bccf1ca6c80c (patch)
treebba2c5f7a371cd4094e85c4190eb99af3a374120 /usr/local/www/themes
parentb3e79d5ee5ee3089943242517a19683c8aa68097 (diff)
downloadpfsense-dcdf955c107fb7d077d462d71c55bccf1ca6c80c.zip
pfsense-dcdf955c107fb7d077d462d71c55bccf1ca6c80c.tar.gz
Fix copypasta error. Had the wrong colors.
Diffstat (limited to 'usr/local/www/themes')
-rwxr-xr-xusr/local/www/themes/code-red/rrdcolors.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/themes/code-red/rrdcolors.inc.php b/usr/local/www/themes/code-red/rrdcolors.inc.php
index 9b03bd8..cbd6a8d 100755
--- a/usr/local/www/themes/code-red/rrdcolors.inc.php
+++ b/usr/local/www/themes/code-red/rrdcolors.inc.php
@@ -31,9 +31,9 @@
/* This file is included by the RRD graphing page and sets the colors */
$colortrafficup = array("666666", "CCCCCC");
-$colortrafficdown = array("666666", "CCCCCC");
+$colortrafficdown = array("990000", "CC0000");
$colorpacketsup = array("666666", "CCCCCC");
-$colorpacketsdown = array("666666", "CCCCCC");
+$colorpacketsdown = array("990000", "CC0000");
$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