summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/tower.html
blob: d14ac56f8a161f96d9efc8b4478a2081c98f3c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
<& elements/process.html, 
    table       => 'tower',
    viewall_dir => 'browse',
    process_o2m => { 'table'  => 'tower_sector',
                     'fields' => [qw(
                       sectorname ip_addr height freq_mhz direction width
                       downtilt v_width margin
                       sector_range
                     )],
                   },
&>