mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Initial work to add the SQLite plugin and builtin recipient
This commit is contained in:
parent
e1f07e1787
commit
1d4930fc13
14 changed files with 220 additions and 25 deletions
|
|
@ -93,7 +93,7 @@ local context = {
|
|||
edit_pool = string.format("/lua/rest/v1/edit/%s/pool.lua", pool_type),
|
||||
delete_pool = string.format("/lua/rest/v1/delete/%s/pool.lua", pool_type),
|
||||
},
|
||||
notification_recipients = notification_recipients.get_recipients()
|
||||
notification_recipients = notification_recipients.get_recipients(true --[[ exclude builtin --]])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -102,4 +102,4 @@ print(template_utils.gen("pages/table_pools.template", context))
|
|||
-- ************************************* ------
|
||||
|
||||
-- append the menu below the page
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue