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
|
|
@ -20,13 +20,13 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function user_script_template:parseConfig(script, conf)
|
||||
function user_script_template:parseConfig(conf)
|
||||
return true, conf
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function user_script_template:describeConfig(script, hooks_conf)
|
||||
function user_script_template:describeConfig(hooks_conf)
|
||||
return ''
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue