mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fix internals page empty in system interfaces stats
This commit is contained in:
parent
e90e93b00d
commit
4706b8d9fe
2 changed files with 8 additions and 12 deletions
|
|
@ -161,7 +161,7 @@ $("#table-system-interfaces-stats").datatable({
|
|||
]]
|
||||
|
||||
elseif(page == "internals") then
|
||||
internals_utils.printInternals()
|
||||
internals_utils.printInternals(nil, true --[[ hash tables ]], true --[[ periodic activities ]], true --[[ user scripts]])
|
||||
-- local base_url = ntop.getHttpPrefix() .. "/lua/system_interfaces_stats.lua?page=internals"
|
||||
-- internals_utils.printHashTablesTable(base_url)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue