diff options
author | Christopher Burger <burgerc@freeside.biz> | 2019-05-01 08:30:54 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-01 08:45:58 -0400 |
commit | 02499cf576319fc0cf260314876e91e1235f2f96 (patch) | |
tree | affa0346c22aa83f43b96076c9fd6b0bedab934c | |
parent | 9276fddb0f6054c53daa94ae2186e7121733ba30 (diff) |
RT# 83250 - added expected data description to sector fields
Conflicts:
httemplate/elements/tower_sector.html
-rw-r--r-- | httemplate/elements/tower_sector.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 722c5d74e..cdcf67d7b 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -53,16 +53,16 @@ my %size = ( 'title' => 12 ); tie my %label, 'Tie::IxHash', 'sectorname' => 'Name', 'ip_addr' => 'IP Address', - 'height' => 'Height', + 'height' => 'Height (feet)', 'freq_mhz' => 'Freq. (MHz)', - 'direction' => 'Direction', # or a button to set these to 0 for omni - 'downtilt' => 'Downtilt', - 'width' => 'Horiz. width', - 'v_width' => 'Vert. width', - 'sector_range' => 'Range', + 'direction' => 'Direction (° from north)', # or a button to set these to 0 for omni + 'downtilt' => 'Downtilt (° below horizontal)', + 'width' => 'Horiz. width (° 0 - 360)', + 'v_width' => 'Vert. width (° 0 - 360)', + 'sector_range' => 'Range (miles)', 'margin' => 'Signal margin (dB)', - 'up_rate_limit' => 'Up rate limit', - 'down_rate_limit' => 'Down rate limit', + 'up_rate_limit' => 'Up rate limit (kbps)', + 'down_rate_limit' => 'Down rate limit (kbps)', ; my @fields = keys %label; |