mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -629,7 +629,7 @@ function internals_utils.printInternals(ifid, print_hash_tables, print_periodic_
|
|||
elseif tab == "periodic_activities" and print_periodic_activities then
|
||||
printPeriodicActivitiesTable(base_url.."&tab=periodic_activities", ifid, ts_creation)
|
||||
elseif tab == "checks" and print_checks then
|
||||
-- Reuse the same function that prints user scripts for the Developers
|
||||
-- Reuse the same function that prints checks for the Developers
|
||||
checks.printUserScripts()
|
||||
-- printUserScriptsTable(base_url.."&tab=checks", ifid, ts_creation)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue