summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-05-26 10:13:00 +0200
committerSeth Mos <seth.mos@dds.nl>2011-05-26 10:13:00 +0200
commitd67d99a1850ad03539f751890956b58743416e6f (patch)
tree4f026a609fc215712279cb48e3599a38dd42360a /usr/local/www/status_rrd_graph_img.php
parenta63f2b7d6a1fb77cae25bd1457ee391f02358031 (diff)
downloadpfsense-d67d99a1850ad03539f751890956b58743416e6f.zip
pfsense-d67d99a1850ad03539f751890956b58743416e6f.tar.gz
Fix packet graph label alignment
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 41001a3..15579f4 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -627,7 +627,7 @@ elseif((strstr($curdatabase, "-packets.rrd")) && (file_exists("$rrddbpath$curdat
$graphcmd .= "$AREA:\"$curif-out6_pps_pass_neg#{$colorpacketsup[2]}:$curif-out6-pass:STACK\" ";
$graphcmd .= "COMMENT:\"\\n\" ";
- $graphcmd .= "COMMENT:\"\t\t maximum average current period\\n\" ";
+ $graphcmd .= "COMMENT:\"\t\t maximum\t\t average\t current\t period\\n\" ";
$graphcmd .= "COMMENT:\"in-pass\t\" ";
$graphcmd .= "GPRINT:\"$curif-in_pps_pass:MAX:%7.2lf %s pps\" ";
$graphcmd .= "GPRINT:\"$curif-in_pps_pass:AVERAGE:%7.2lf %S pps\" ";
OpenPOWER on IntegriCloud