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
|
|
@ -42,7 +42,7 @@ function check_template:render(hooks_conf)
|
|||
local plugins_utils = require "plugins_utils"
|
||||
|
||||
-- check if the input_builder is defined
|
||||
-- TODO: define empty template for the user scripts without input_builder/template
|
||||
-- TODO: define empty template for the checks without input_builder/template
|
||||
if (isEmptyString(self._check.gui.input_builder)) then
|
||||
return { templates = {{hook = "all", template = ""}}, check = self._check }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue