Major terminology unification (user scripts -> checks)

This commit is contained in:
Simone Mainardi 2021-06-17 12:39:43 +02:00
parent cf363eaa10
commit 2e8a6de0fc
31 changed files with 94 additions and 90 deletions

View file

@ -203,7 +203,7 @@ elseif(page == "historical" and ts_creation) then
}
})
elseif page == "internals" then
internals_utils.printInternals(getSystemInterfaceId(), false --[[ hash tables ]], true --[[ periodic activities ]], true --[[ user scripts]], true --[[ queues --]])
internals_utils.printInternals(getSystemInterfaceId(), false --[[ hash tables ]], true --[[ periodic activities ]], true --[[ checks]], true --[[ queues --]])
end
-- #######################################################