summaryrefslogtreecommitdiff
path: root/httemplate/edit/tower.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-03-13 14:07:39 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-03-29 13:32:52 -0400
commitd81d88c7ec4a69aaf14a9da961e16c8af630fd68 (patch)
treed990acb12aa4ed47e6f4ec58e90ef8fb13c845bb /httemplate/edit/tower.html
parentfa45fdd61de3c4fe098eb9ba2e8e4b20a7b989b7 (diff)
RT# 78356 - updated documentation and added ability to create access points as Saisei thru api
Conflicts: FS/FS/Schema.pm FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html httemplate/elements/tr-tower_sectors.html
Diffstat (limited to 'httemplate/edit/tower.html')
-rw-r--r--httemplate/edit/tower.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html
index 377a33e9b..660788849 100644
--- a/httemplate/edit/tower.html
+++ b/httemplate/edit/tower.html
@@ -12,6 +12,8 @@
'altitude',
'height',
'veg_height',
+ 'up_rate',
+ 'down_rate',
{ field => 'sectornum',
type => 'tower_sector',
o2m_table => 'tower_sector',
@@ -30,6 +32,8 @@
'height' => 'Height (feet)',
'veg_height' => 'Vegetation height (feet)',
'color' => 'Color',
+ 'up_rate' => 'Up Rate (Kbps)',
+ 'down_rate' => 'Down Rate (Kbps)',
},
&>
<%init>
@@ -38,7 +42,8 @@ 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 margin sector_range
+ sectorname ip_addr height freq_mhz direction width tilt v_width margin
+ sector_range up_rate down_rate
);
map {