show DB size
[freeside.git] / httemplate / elements / tower_sector.html
index 406895e..9871775 100644 (file)
@@ -51,13 +51,16 @@ if ( $curr_value ) {
 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',
+  '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;