mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Make set_active_menu_entry clear ranaming it to print_header_and_set_active_menu_entry
This commit is contained in:
parent
c9430cd987
commit
45ed751ea7
73 changed files with 77 additions and 77 deletions
|
|
@ -77,7 +77,7 @@ local sub_menu_entries = {
|
|||
}
|
||||
}
|
||||
local active_entry = sub_menu_entries[check_subdir].entry or page_utils.menu_entries.scripts_config
|
||||
page_utils.set_active_menu_entry(active_entry)
|
||||
page_utils.print_header_and_set_active_menu_entry(active_entry)
|
||||
--page_utils.print_header(i18n("scripts_list.scripts_x", { subdir=titles[check_subdir], config=confset_name }))
|
||||
|
||||
-- append the menu above the page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue