mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Cleaned up the code from plugin_utils
This commit is contained in:
parent
f1e8091928
commit
57a85de50e
105 changed files with 620 additions and 918 deletions
|
|
@ -20,7 +20,7 @@ local telegram = {
|
|||
},
|
||||
|
||||
endpoint_template = {
|
||||
plugin_key = endpoint_key, -- Unique string key
|
||||
script_key = endpoint_key, -- Unique string key
|
||||
|
||||
-- Filename of the GUI block for this endpoint
|
||||
-- relative pathname to httpdocs/templates/page/notifications/telegram/telegram_endpoint.template
|
||||
|
|
@ -34,7 +34,7 @@ local telegram = {
|
|||
{ param_name = "telegram_channel"}, -- Name of the channel
|
||||
},
|
||||
recipient_template = {
|
||||
plugin_key = endpoint_key, -- Unique string key
|
||||
script_key = endpoint_key, -- Unique string key
|
||||
|
||||
template_name = "telegram_recipient.template"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue