X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftower_sector.html;fp=httemplate%2Felements%2Ftower_sector.html;h=406895ed9f8dfa5472c2d70102776b1c2d8389e4;hp=a8bbbc5d16c35e17b508fe6c07440bafe2a4902b;hb=822d38841a1620b8b8e8c5ac4102ad64de9ae17f;hpb=cc58d576f8c2da6d01751ca3234b6a1ec11db358 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;