diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-03-13 14:07:39 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-13 14:07:39 -0400 |
commit | 5f9edcbe9fb3b3eb905614927aa6120d50c06ff1 (patch) | |
tree | 9e4c999030123cb8cb6167da559e7b4248109b33 /httemplate/edit/tower.html | |
parent | e46f0ef0da8d0f639bacb293bfdf820e2a68b480 (diff) |
RT# 78356 - updated documentation and added ability to create access points as Saisei thru api
Diffstat (limited to 'httemplate/edit/tower.html')
-rw-r--r-- | httemplate/edit/tower.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 946a1405e..14f2dfa18 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -13,6 +13,8 @@ 'altitude', 'height', 'veg_height', + 'up_rate', + 'down_rate', # { field => 'sectornum', # type => 'tower_sector', # o2m_table => 'tower_sector', @@ -35,6 +37,8 @@ 'height' => 'Tower height (feet)', 'veg_height' => 'Vegetation height (feet)', 'color' => 'Color', + 'up_rate' => 'Up Rate (Kbps)', + 'down_rate' => 'Down Rate (Kbps)', }, &> <%init> @@ -43,7 +47,7 @@ my $m2_error_callback = sub { # reconstruct the list my ($cgi, $object) = @_; my @fields = qw( - sectorname ip_addr height freq_mhz direction width tilt v_width db_high db_low sector_range + sectorname ip_addr height freq_mhz direction width tilt v_width db_high db_low sector_range up_rate down_rate ); map { |