diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-03-13 14:07:39 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-28 10:04:27 -0400 |
| commit | 0b8b48e7c6306be3b7418cb23e8318317d041caf (patch) | |
| tree | 91c38ad28e8501da04b909d297b07409603c0fd4 /httemplate/edit | |
| parent | e7711de5052a37d5b29d599412e776b40f46153a (diff) | |
RT# 78356 - updated documentation and added ability to create access points as Saisei thru api
Conflicts:
FS/FS/Schema.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')
| -rw-r--r-- | httemplate/edit/process/tower.html | 2 | ||||
| -rw-r--r-- | httemplate/edit/tower.html | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/httemplate/edit/process/tower.html b/httemplate/edit/process/tower.html index d14ac56f8..e17cd55ae 100644 --- a/httemplate/edit/process/tower.html +++ b/httemplate/edit/process/tower.html @@ -5,7 +5,7 @@ 'fields' => [qw( sectorname ip_addr height freq_mhz direction width downtilt v_width margin - sector_range + sector_range up_rate down_rate )], }, &> 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 { |
