summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-25 17:25:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-25 17:25:07 +0000
commit5c1b049d758b698fe87d8748745371cafd834fd4 (patch)
tree18c6cac2d728f4b288536246586a55cd5c67fd8b /usr/local/www/status_rrd_graph.php
parent8a22e87230c652c7437b8269866689cf3bf7da88 (diff)
downloadpfsense-5c1b049d758b698fe87d8748745371cafd834fd4.zip
pfsense-5c1b049d758b698fe87d8748745371cafd834fd4.tar.gz
MFC 10868
Missed a color for the roundtrip average line. instead of red we use black.
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index f6b4dab..ae6a4ba 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -208,7 +208,7 @@ elseif(($curgraph == "quality") && (file_exists("$rrddbpath$curif$quality"))) {
COMMENT:\" \" \\
AREA:loss10#ee0000:\"Packet loss\\n\" \\
COMMENT:\" \" \\
- LINE1:roundtrip#ff0000:\"roundtrip average\\n\" \\
+ LINE1:roundtrip#000000:\"roundtrip average\\n\" \\
COMMENT:\"\t\t\t\t\t\t\t\t\t\t\t\t\t\t`date +\"%b %d %H\:%M\:%S %Y\"`\"";
}
else
OpenPOWER on IntegriCloud