mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
shows always builtin recipients in add/edit pool modal
This commit is contained in:
parent
ed973501f2
commit
8617c045ef
2 changed files with 1 additions and 12 deletions
|
|
@ -97,7 +97,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 = recipients_instance:get_all_recipients(true --[[ exclude builtin --]])
|
||||
notification_recipients = recipients_instance:get_all_recipients()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue