diff options
author | Mark Wells <mark@freeside.biz> | 2016-10-10 23:54:05 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-10-10 23:54:05 -0700 |
commit | 04f53daab621710db56b075e1aaf56e7c52f9ba9 (patch) | |
tree | f3bf508716c8c85c5382e3286e2e81ff6670247e /httemplate/edit/process/tower.html | |
parent | 49d9ea969069430ef3fe23e5b1ac3599e929bb04 (diff) |
export tower/sector data to TowerCoverage API, #39776
Diffstat (limited to 'httemplate/edit/process/tower.html')
-rw-r--r-- | httemplate/edit/process/tower.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/process/tower.html b/httemplate/edit/process/tower.html index 588a68e8d..cfbb4ffa3 100644 --- a/httemplate/edit/process/tower.html +++ b/httemplate/edit/process/tower.html @@ -4,7 +4,8 @@ process_o2m => { 'table' => 'tower_sector', 'fields' => [qw( sectorname ip_addr height freq_mhz direction width - downtilt v_width db_high db_low + downtilt v_width db_high db_low power line_loss + antenna_gain hardware_typenum sector_range )], }, |