[freeside-commits] branch FREESIDE_3_BRANCH updated. c3a47e83c91dfa09252c46f142d52d79c82c3fa7

Christopher Burger burgerc at freeside.biz
Wed May 1 06:29:37 PDT 2019


The branch, FREESIDE_3_BRANCH has been updated
       via  c3a47e83c91dfa09252c46f142d52d79c82c3fa7 (commit)
      from  3a7bc0d57b87bd8f570e208b758cbab73996fa00 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c3a47e83c91dfa09252c46f142d52d79c82c3fa7
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed May 1 08:30:54 2019 -0400

    RT# 83250 - added expected data description to sector fields
    
    Conflicts:
            httemplate/elements/tower_sector.html

diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html
index 722c5d74e..cdcf67d7b 100644
--- a/httemplate/elements/tower_sector.html
+++ b/httemplate/elements/tower_sector.html
@@ -53,16 +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
-  'downtilt'     => 'Downtilt',
-  'width'        => 'Horiz. width',
-  'v_width'      => 'Vert. 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',
-  'down_rate_limit' => 'Down rate limit',
+  'up_rate_limit' => 'Up rate limit (kbps)',
+  'down_rate_limit' => 'Down rate limit (kbps)',
 ;
 
 my @fields = keys %label;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tower_sector.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list