diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-11-17 23:16:02 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-11-17 23:16:02 +0000 |
commit | 28949e85b250c3d9ffa5eba1b61149a148ca78d8 (patch) | |
tree | a9448ef42a9b0b1cd80cf15e8e33dd4761eb49f9 /usr/local/www | |
parent | c546ca5cf5e011e9f8f7f2d56b18e6df73fedd07 (diff) | |
download | pfsense-28949e85b250c3d9ffa5eba1b61149a148ca78d8.zip pfsense-28949e85b250c3d9ffa5eba1b61149a148ca78d8.tar.gz |
Fix Spacing for wireless graph
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
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 e03864b..5525ddd 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -354,7 +354,7 @@ elseif((strstr($curdatabase, "-wireless.rrd")) && (file_exists("$rrddbpath$curda LINE1:$curif-channel#{$colorwireless[2]}:$curif-channel \\ COMMENT:\"\\n\"\\ COMMENT:\"\t\t maximum average current period\\n\"\\ - COMMENT:\"SNR\t\"\\ + COMMENT:\"SNR\t\t\"\\ GPRINT:$curif-snr:MAX:'%7.2lf %s dBi'\\ GPRINT:$curif-snr:AVERAGE:'%7.2lf %S dBi'\\ GPRINT:$curif-snr:LAST:'%7.2lf %S dBi'\\ |