diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-23 01:53:07 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-23 01:53:07 -0700 |
| commit | 235ea1322692166f921cadbdc373a34c8f1694d2 (patch) | |
| tree | d6143091e64c52b466a2c105c7731a136f587be6 /httemplate/elements/tower_sector.html | |
| parent | f8b21b0164ccef1152c66d7e1db47311213f4b95 (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.html | 5 |
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; |
