mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes endpoint type for builtin endpoint
This commit is contained in:
parent
6d3a251a10
commit
0924b42828
3 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ menu_alert_notifications.render_notifications('recipients', {})
|
|||
page_utils.print_page_title(i18n("endpoint_notifications.recipient_list"))
|
||||
|
||||
-- localize endpoint name types in a table
|
||||
local endpoints_types = notification_configs.get_types(true --[[ exclude builtin types --]])
|
||||
local endpoints_types = notification_configs.get_types()
|
||||
local endpoint_types_labels = {}
|
||||
-- create a table to filter recipient by endpoint's type
|
||||
local endpoint_type_filters = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue