X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftower_sector.html;h=722c5d74e41cde2d03305ea629925bed67807416;hb=a22f44ad1d8b7cd9dbfd9d4a0d230b47bb135a3e;hp=151d3ba65d54119c9486514b208e85a467940936;hpb=ba46a6a90321490da78c764657ae19d5c6fd81f8;p=freeside.git diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 151d3ba65..722c5d74e 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -56,8 +56,13 @@ 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)', + 'up_rate_limit' => 'Up rate limit', + 'down_rate_limit' => 'Down rate limit', ; my @fields = keys %label;