mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
refactored new system interface logic
This commit is contained in:
parent
c0f30310f7
commit
84254e69a4
24 changed files with 115 additions and 69 deletions
|
|
@ -19,7 +19,9 @@ if not isAllowedSystemInterface() then
|
|||
return
|
||||
end
|
||||
|
||||
sendHTTPContentTypeHeader('text/html', nil, nil, getSystemViewFlag())
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.manage_system_interface(page_utils.get_system_interface_flag())
|
||||
|
||||
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.redis_monitor)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue