summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorhoba <hoba@pfsense.org>2009-07-27 21:35:40 +0200
committerhoba <hoba@pfsense.org>2009-07-27 21:36:14 +0200
commit670d3bc0761994a7333ef41d85edc3d38c847c2d (patch)
tree550f493b44c25932bd35fb3e6c5ff31e2b67b847 /usr
parentf4ebc84ad91aab551ee568ab6b5c5fc0f06993d3 (diff)
downloadpfsense-670d3bc0761994a7333ef41d85edc3d38c847c2d.zip
pfsense-670d3bc0761994a7333ef41d85edc3d38c847c2d.tar.gz
Fix rrd graphs in pfsense_ng theme for 2.0. Should Fix Ticket #1942. Someone please test on 2.0 and report back.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/themes/pfsense_ng/rrdcolors.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
index d479fea..9360d0c 100644
--- a/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
+++ b/usr/local/www/themes/pfsense_ng/rrdcolors.inc.php
@@ -1,5 +1,5 @@
<?php
-/* $Id: rrdcolors.inc.php,v 1.1.2.4 2008/03/26 17:05:44 smos Exp $ */
+/* $Id$ */
/*
rrdcolors.inc.php
Part of pfSense
@@ -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