mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
implemented wizard-likes messages for endpoints and recipients (#4658)
This commit is contained in:
parent
9d232d614c
commit
8dd860ea2a
10 changed files with 211 additions and 14 deletions
|
|
@ -112,8 +112,8 @@ page_utils.menu_entries = {
|
|||
manage_configurations = { key = "manage_configurations", i18n_title = "manage_configurations.manage_configurations", section = "admin", visible_iface = false, visible_system = true},
|
||||
|
||||
-- Notifications
|
||||
endpoint_notifications = {key = "endpoint_notifications", i18n_title = "endpoint_notifications.endpoint_list", section="notifications", visible_iface = false, visible_system = true},
|
||||
endpoint_recipients = {key = "endpoint_recipients", i18n_title = "endpoint_notifications.enpoint_recipients_list", section="notifications", visible_iface = false, visible_system = true},
|
||||
endpoint_notifications = {key = "endpoint_notifications", i18n_title = "endpoint_notifications.endpoint_list", section="notifications", visible_iface = false, visible_system = true, help_link = "https://www.ntop.org/guides/ntopng/plugins/alert_endpoints.html"},
|
||||
endpoint_recipients = {key = "endpoint_recipients", i18n_title = "endpoint_notifications.enpoint_recipients_list", section="notifications", visible_iface = false, visible_system = true, help_link = "https://www.ntop.org/guides/ntopng/plugins/alert_endpoints.html"},
|
||||
|
||||
-- Tools
|
||||
export_data = {key = "export_data", i18n_title = "manage_data.export", section = "tools"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue