mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19: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
|
|
@ -13,9 +13,7 @@ local os_utils = require "os_utils"
|
|||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
page_utils.print_header(i18n("about.about_x", { product=info.product }))
|
||||
|
||||
active_page = "about"
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.about, { product=info.product })
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
if(_POST["ntopng_license"] ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue