summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/rrdcolors.inc.php
diff options
context:
space:
mode:
authorseth <seth@mx3.arosa.nl>2009-03-09 02:59:11 +0100
committerseth <seth@mx3.arosa.nl>2009-03-09 02:59:11 +0100
commit7c6fe5c59dd46a908d78170a4f4ca1b8c8ceaa20 (patch)
treea400d6251b56017669ecaab2ed95972fc74e5103 /usr/local/www/themes/metallic/rrdcolors.inc.php
parent5f00df88bdbc32a6843be5b5810059af9081d957 (diff)
downloadpfsense-7c6fe5c59dd46a908d78170a4f4ca1b8c8ceaa20.zip
pfsense-7c6fe5c59dd46a908d78170a4f4ca1b8c8ceaa20.tar.gz
Add block stats to the graphs
Fix stay '
Diffstat (limited to 'usr/local/www/themes/metallic/rrdcolors.inc.php')
-rw-r--r--usr/local/www/themes/metallic/rrdcolors.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/themes/metallic/rrdcolors.inc.php b/usr/local/www/themes/metallic/rrdcolors.inc.php
index 87343dd..9360d0c 100644
--- a/usr/local/www/themes/metallic/rrdcolors.inc.php
+++ b/usr/local/www/themes/metallic/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("990000", "CC0000");
+$colorpacketsup = 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