mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
fix for built recipient in pool modal
This commit is contained in:
parent
d928067e36
commit
3b2447b904
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@
|
|||
{% for group_key, recipients in pairsByKeys(configured_recipients) do %}
|
||||
<optgroup label="{{ pool.endpoint_types[group_key].name }}">
|
||||
{% for key, recipient in pairsByKeys(recipients, asc) do %}
|
||||
{% local is_selected = (recipient.endpoint_conf.builtin and modal_type == "add") %}
|
||||
<option {{ (is_selected and 'selected' or '') }} value="{{ recipient.recipient_id }}">{{ recipient.recipient_name }}</option>
|
||||
{% end %}
|
||||
</optgroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue