mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Rework user script working sets (a single configset is supported now)
This commit is contained in:
parent
03512b963f
commit
fa311e3ade
45 changed files with 259 additions and 1077 deletions
|
|
@ -143,7 +143,6 @@ local context = {
|
|||
is_all_pool = (page == "all"),
|
||||
instance = pool_instance,
|
||||
all_members = (page ~= "all" and pool_instance:get_all_members() or {}),
|
||||
configsets = (page ~= "all" and pool_instance:get_available_configset_ids() or {}),
|
||||
assigned_members = (page ~= "all" and pool_instance:get_assigned_members() or {}),
|
||||
endpoints = rest_endpoints,
|
||||
endpoint_types = endpoints.get_types(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue