mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
fix for system view
This commit is contained in:
parent
3052e1370d
commit
ce0e3d2d11
97 changed files with 152 additions and 187 deletions
|
|
@ -22,7 +22,7 @@ local tcp_flow_state_utils = require("tcp_flow_state_utils")
|
|||
local have_nedge = ntop.isnEdge()
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.manage_system_interface()
|
||||
|
||||
|
||||
page_utils.set_active_menu_entry(ternary(have_nedge, page_utils.menu_entries.nedge_flows, page_utils.menu_entries.flows))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue