diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-30 14:04:09 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-30 14:04:09 -0700 |
commit | dba6b1030a2694cbb69371c171e4ebb8c52db830 (patch) | |
tree | e3bf8f3b15c283be12558282900f8224d8e9eafd /httemplate/elements/tower_sector.html | |
parent | 5700d83bcd475134cff8afb28307174c09116924 (diff) |
MySQL support, RT#28895
Diffstat (limited to 'httemplate/elements/tower_sector.html')
-rw-r--r-- | httemplate/elements/tower_sector.html | 14 |
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; |