diff options
author | ivan <ivan> | 2011-12-09 23:21:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-09 23:21:41 +0000 |
commit | 72be499dfee94a565cae7d1caf795e27bf29b486 (patch) | |
tree | 594dc16095822fdfbf6f42555f0d79fe2eca73c9 | |
parent | c3da5cf1caa244937d280e0f406927103beef148 (diff) |
tower tracking, RT#15538
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 746a5008e..df45e058d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -517,6 +517,7 @@ tie my %config_dialup, 'Tie::IxHash', ; tie my %config_broadband, 'Tie::IxHash', + 'Towers' => [ $fsurl.'browse/tower.html', 'Towers and sectors' ], 'Routers' => [ $fsurl.'browse/router.cgi', 'Broadband access routers' ], 'Address blocks' => [ $fsurl.'browse/addr_block.cgi', 'Manage address blocks and block assignments to broadband routers' ], ; |