mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Improves use of classes for user script templates
This commit is contained in:
parent
1dd93e7845
commit
33d035b96c
8 changed files with 24 additions and 25 deletions
|
|
@ -95,7 +95,7 @@ for script_name, script in pairs(scripts.modules) do
|
|||
edit_url = user_scripts.getScriptEditorUrl(script),
|
||||
is_alert = script.is_alert or false,
|
||||
input_handler = input_handler,
|
||||
value_description = script.template:describeConfig(script, hooks)
|
||||
value_description = script.template:describeConfig(hooks)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue