summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic/rrdcolors.inc.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-11-27 23:25:54 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-11-27 23:28:40 +0100
commit8512951ff1414a7bc9beed3060a7be97ab890f11 (patch)
treec03ba292ce37144e3014f05adf18ea5734b4e6f7 /usr/local/www/themes/metallic/rrdcolors.inc.php
parenta7dbeea9a672739a823c9bc819e8142753641c8b (diff)
downloadpfsense-8512951ff1414a7bc9beed3060a7be97ab890f11.zip
pfsense-8512951ff1414a7bc9beed3060a7be97ab890f11.tar.gz
Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty.
Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.
Diffstat (limited to 'usr/local/www/themes/metallic/rrdcolors.inc.php')
-rw-r--r--usr/local/www/themes/metallic/rrdcolors.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/themes/metallic/rrdcolors.inc.php b/usr/local/www/themes/metallic/rrdcolors.inc.php
index 9360d0c..e3153fd 100644
--- a/usr/local/www/themes/metallic/rrdcolors.inc.php
+++ b/usr/local/www/themes/metallic/rrdcolors.inc.php
@@ -43,7 +43,7 @@ $colorqueuesdropup = array('000000','7B0000','990000','BB0000','CC0000','D90000'
$colorqueuesdropdown = array('000000','7B7B7B','999999','BBBBBB','CCCCCC','D9D9D9','EEEEEE','FFFFFF','CCCCCC');
$colorqualityrtt = array('990000','a83c3c','b36666','bd9090','cccccc','000000');
$colorqualityloss = "ee0000";
-$colorwireless = array('990000','a83c3c','b36666');
+$colorwireless = array('333333','a83c3c','999999');
$colorspamdtime = array('DDDDFF', 'AAAAFF', 'DDDDFF', '000066');
$colorspamdconn = array('00AA00BB', 'FFFFFFFF', '00660088', 'FFFFFF88', '006600');
OpenPOWER on IntegriCloud