mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
reworking for Import/Export UI (#4128)
this commit includes the GUI to manage import/export/reset of SNMP, AM, User Scripts and Notification
This commit is contained in:
parent
f520a2708f
commit
02d3665670
17 changed files with 419 additions and 150 deletions
|
|
@ -387,11 +387,6 @@ page_utils.add_menubar_section({
|
|||
hidden = not is_system_interface,
|
||||
section = page_utils.menu_sections.tools,
|
||||
entries = {
|
||||
{
|
||||
entry = page_utils.menu_entries.import_export_config,
|
||||
hidden = not is_admin or is_windows,
|
||||
url = '/lua/admin/import_export_config.lua',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.remote_assistance,
|
||||
hidden = not is_admin or not remote_assistance.isAvailable(),
|
||||
|
|
@ -461,7 +456,12 @@ page_utils.add_menubar_section(
|
|||
entry = page_utils.menu_entries.preferences,
|
||||
hidden = not is_admin,
|
||||
url = '/lua/admin/prefs.lua',
|
||||
},
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.manage_configurations,
|
||||
hidden = not is_admin or is_windows,
|
||||
url = '/lua/admin/manage_configurations.lua',
|
||||
},
|
||||
{
|
||||
entry = page_utils.menu_entries.scripts_config,
|
||||
hidden = not is_admin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue