mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix bad selected menu item for user scripts config page
This commit is contained in:
parent
6e241614b7
commit
e06ae0a51b
4 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ local page_utils = require("page_utils")
|
|||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.user_scripts)
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.user_scripts_dev)
|
||||
|
||||
local ifid = interface.getId()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue