summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-30 14:04:09 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-30 14:04:09 -0700
commitdba6b1030a2694cbb69371c171e4ebb8c52db830 (patch)
treee3bf8f3b15c283be12558282900f8224d8e9eafd /httemplate/elements
parent5700d83bcd475134cff8afb28307174c09116924 (diff)
MySQL support, RT#28895
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tower_sector.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html
index 406895ed9..151d3ba65 100644
--- a/httemplate/elements/tower_sector.html
+++ b/httemplate/elements/tower_sector.html
@@ -51,13 +51,13 @@ if ( $curr_value ) {
my %size = ( 'title' => 12 );
tie my %label, 'Tie::IxHash',
- 'sectorname' => 'Name',
- 'ip_addr' => 'IP Address',
- 'height' => 'Height',
- 'freq_mhz' => 'Freq. (MHz)',
- 'direction' => 'Direction', # or a button to set these to 0 for omni
- 'width' => 'Width', #
- 'range' => 'Range',
+ 'sectorname' => 'Name',
+ 'ip_addr' => 'IP Address',
+ 'height' => 'Height',
+ 'freq_mhz' => 'Freq. (MHz)',
+ 'direction' => 'Direction', # or a button to set these to 0 for omni
+ 'width' => 'Width', #
+ 'sector_range' => 'Range',
;
my @fields = keys %label;