summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-11 22:37:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-11 22:37:47 +0000
commit819f6af1750230f529496816a6135df7d66ae1cc (patch)
tree096da02573cdea611f921e0d61b849242f30f68a /usr/local/www/status_rrd_graph.php
parent424d5526f6ef514fcc702f3959cd470bdb770931 (diff)
downloadpfsense-819f6af1750230f529496816a6135df7d66ae1cc.zip
pfsense-819f6af1750230f529496816a6135df7d66ae1cc.tar.gz
Reduce length of Connections/Timespan by removing spaces
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 e1af916..30da2b6 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -309,7 +309,7 @@ elseif(($curgraph == "spamd") && (file_exists("$rrddbpath$spamd"))) {
$graphcmd = "$rrdtool graph $rrddbpath$curif-$interval-$curgraph.png \\
--start -$seconds -e -$average \\
--title=\"Spamd statistics for last $interval\" \\
- --vertical-label=\"Connections / Timespan\" --rigid \\
+ --vertical-label=\"Connections/Timespan\" --rigid \\
--height 100 --width 650 --no-gridfit \\
-x \"$scale\" --lower-limit 0 --upper-limit=30 \\
DEF:timemin=$rrddbpath$spamd:time:MIN \\
OpenPOWER on IntegriCloud