mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Major terminology unification (user scripts -> checks)
This commit is contained in:
parent
cf363eaa10
commit
2e8a6de0fc
31 changed files with 94 additions and 90 deletions
|
|
@ -230,7 +230,7 @@ var resetInterfaceCounters = function(drops_only) {
|
|||
]]
|
||||
|
||||
elseif(page == "internals") then
|
||||
internals_utils.printInternals(nil, true --[[ hash tables ]], true --[[ periodic activities ]], true --[[ user scripts]])
|
||||
internals_utils.printInternals(nil, true --[[ hash tables ]], true --[[ periodic activities ]], true --[[ checks]])
|
||||
-- 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