mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Initial work to add user script templates
This commit is contained in:
parent
7493b02a07
commit
1dd93e7845
8 changed files with 36 additions and 18 deletions
|
|
@ -26,9 +26,9 @@ elephant_flows.meta = {
|
|||
|
||||
-- @brief Prepare an instance of the template
|
||||
-- @return A table with the template built
|
||||
function elephant_flows:init()
|
||||
function elephant_flows:init(user_script)
|
||||
-- Call the parent constructor
|
||||
self.super:init()
|
||||
self.super:init(user_script)
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue