summaryrefslogtreecommitdiff
path: root/httemplate/elements/tower_sector.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-23 01:53:03 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-23 01:53:03 -0700
commit822d38841a1620b8b8e8c5ac4102ad64de9ae17f (patch)
tree54242a812e185d34b2382ada10522eba827cef34 /httemplate/elements/tower_sector.html
parentcc58d576f8c2da6d01751ca3234b6a1ec11db358 (diff)
add more fields to towers and sectors, RT#16372
Diffstat (limited to 'httemplate/elements/tower_sector.html')
-rw-r--r--httemplate/elements/tower_sector.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html
index a8bbbc5d1..406895ed9 100644
--- a/httemplate/elements/tower_sector.html
+++ b/httemplate/elements/tower_sector.html
@@ -53,6 +53,11 @@ 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',
;
my @fields = keys %label;