diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-21 12:07:29 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-26 12:10:50 -0700 |
commit | 1d50ab91a52be49724771accae7cc82740e83956 (patch) | |
tree | d91ef3f72c7f268b48f734e190109388d932591d /httemplate/edit/tower.html | |
parent | 9fe9b2f47608e1ea7387539a77a95023f9872bdf (diff) |
generate sector coverage maps with Splat, checkpoint, #37802
Diffstat (limited to 'httemplate/edit/tower.html')
-rw-r--r-- | httemplate/edit/tower.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 4d8ad1e89..377a33e9b 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -38,7 +38,7 @@ my $m2_error_callback = sub { # reconstruct the list my ($cgi, $object) = @_; my @fields = qw( - sectorname ip_addr height freq_mhz direction width sector_range + sectorname ip_addr height freq_mhz direction width tilt v_width margin sector_range ); map { |