X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftower_sector.html;h=98717758201da9c2e0722d16a67016ea0299949f;hp=a8bbbc5d16c35e17b508fe6c07440bafe2a4902b;hb=53a8c81b4f3a414803a52fc8114b26a71055d012;hpb=e6f7e02b32ebaa471230819d36a88f88b98bed6a diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index a8bbbc5d1..987177582 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -51,8 +51,16 @@ if ( $curr_value ) { my %size = ( 'title' => 12 ); tie my %label, 'Tie::IxHash', - 'sectorname' => 'Name', - 'ip_addr' => 'IP Address', + 'sectorname' => 'Name', + 'ip_addr' => 'IP Address', + 'height' => 'Height', + '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', + 'margin' => 'Signal margin (dB)', ; my @fields = keys %label;