mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
New page_utils api to handle sidebar subitems selection
This commit is contained in:
parent
6704ae5040
commit
4f6788fb58
73 changed files with 197 additions and 143 deletions
|
|
@ -23,7 +23,7 @@ local ifId = ifstats.id
|
|||
local schema_prefix = ternary(subdir == "flow", "flow_user_script", "elem_user_script")
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
page_utils.print_header()
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.scripts_config)
|
||||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue