mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
added local network, snmp, active monitoring pools gui
This commit is contained in:
parent
583bcd2d0c
commit
efc3bd3775
11 changed files with 243 additions and 64 deletions
|
|
@ -35,11 +35,15 @@ local context = {
|
|||
all_members = s:get_all_members(),
|
||||
configsets = s:get_available_configset_ids(),
|
||||
assigned_members = s:get_assigned_members(),
|
||||
endpoints = {
|
||||
get_all_pools = "/lua/rest/v1/get/interface/pools.lua",
|
||||
add_pool = "/lua/rest/v1/add/interface/pool.lua",
|
||||
edit_pool = "/lua/rest/v1/edit/interface/pool.lua",
|
||||
delete_pool = "/lua/rest/v1/delete/interface/pool.lua",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tprint(context.pool)
|
||||
|
||||
print(template_utils.gen("pages/table_pools.template", context))
|
||||
|
||||
-- ************************************* ------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue