X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftower_sector.html;h=cdcf67d7bbc96995a3ae6137ff7af9dc644a2bf8;hb=b7d4aaee22ceda078bbfcca47038eb0bf4230a1c;hp=151d3ba65d54119c9486514b208e85a467940936;hpb=ba46a6a90321490da78c764657ae19d5c6fd81f8;p=freeside.git diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 151d3ba65..cdcf67d7b 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -53,11 +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 - 'width' => '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 (kbps)', + 'down_rate_limit' => 'Down rate limit (kbps)', ; my @fields = keys %label;