summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorSeth <seth.mos@xs4all.nl>2009-08-26 22:45:12 +0200
committerSeth <seth.mos@xs4all.nl>2009-08-26 22:45:12 +0200
commit48b57191920c51de045bf712d5fb6fff64b429ad (patch)
tree59e99ea819200f9b045074ee8f72712842fef072 /usr/local/www
parent3790bbcf9fba9ce681fa95b924090fc6a45986f6 (diff)
downloadpfsense-48b57191920c51de045bf712d5fb6fff64b429ad.zip
pfsense-48b57191920c51de045bf712d5fb6fff64b429ad.tar.gz
On 1.2. the traffic graphs have only color per item and as such do not use a array.
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/themes/pfsense_ng/rrdcolors.inc.php8
1 files changed, 4 insertions, 4 deletions
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');
OpenPOWER on IntegriCloud