mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
recipient multiselected hidden when there are no recipients defined
This commit is contained in:
parent
9d15103140
commit
7ceebe16ca
2 changed files with 7 additions and 2 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
|
||||
notification_recipients = notification_recipients.get_recipients()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue