mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -16,7 +16,7 @@ sendHTTPContentTypeHeader('text/html')
|
|||
local title = i18n("plugin_browser", {plugin_name = _GET["plugin_path"]})
|
||||
local url = ntop.getHttpPrefix().."/lua/code_viewer.lua"
|
||||
|
||||
page_utils.print_header(title)
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.plugin_browser, {plugin_name = _GET["plugin_path"]})
|
||||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue