diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-21 12:07:29 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-27 13:07:36 -0700 |
commit | 1d2db1a7412b886a6120ebd527d6632bff27551d (patch) | |
tree | 71d0b1dfca8d2bfefac19b2b9f33505fb9a1f1fc /httemplate/elements/tower_sector.html | |
parent | 391be944b451419e2683dcd0471e3532d728d8d5 (diff) |
generate sector coverage maps with Splat, checkpoint, #37802
Conflicts:
FS/FS/Schema.pm
FS/FS/tower_sector.pm
Diffstat (limited to 'httemplate/elements/tower_sector.html')
-rw-r--r-- | httemplate/elements/tower_sector.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 151d3ba65..987177582 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -56,8 +56,11 @@ tie my %label, 'Tie::IxHash', 'height' => 'Height', 'freq_mhz' => 'Freq. (MHz)', 'direction' => 'Direction', # or a button to set these to 0 for omni - 'width' => 'Width', # + 'downtilt' => 'Downtilt', + 'width' => 'Horiz. width', + 'v_width' => 'Vert. width', 'sector_range' => 'Range', + 'margin' => 'Signal margin (dB)', ; my @fields = keys %label; |