diff options
| author | ivan <ivan> | 2011-12-10 00:37:04 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-10 00:37:04 +0000 |
| commit | 573139dbd6c37808697bfa72a3a468bb0980d4dd (patch) | |
| tree | 17a283a66168eb36e67003f7557997a9f5bbe002 /httemplate/edit/svc_broadband.cgi | |
| parent | 4655e5f871306e9d3682974563fcb6c9656a9bd2 (diff) | |
tower tracking, RT#15538
Diffstat (limited to 'httemplate/edit/svc_broadband.cgi')
| -rw-r--r-- | httemplate/edit/svc_broadband.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index d4baf35a0..ad4d6046d 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -97,7 +97,9 @@ END ; my @fields = ( - qw( description ip_addr speed_down speed_up blocknum ), + qw( description ip_addr speed_down speed_up ), + { field=>'sectornum', type=>'select-tower_sector', }, + qw( blocknum ), { field=>'block_label', type=>'fixed' }, qw( mac_addr latitude longitude altitude vlan_profile performance_profile authkey plan_id ), |
