mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
formatted severity select elephant flows (#4919)
This commit is contained in:
parent
f7f27dd503
commit
0283345129
3 changed files with 29 additions and 19 deletions
|
|
@ -38,19 +38,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<template id="severity-template">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td class="align-middle">
|
||||
{{ i18n("scripts_list.alert_severity") }}
|
||||
</td>
|
||||
<td>
|
||||
<select class="form-control" style='width: 14rem' name="severity">
|
||||
{% for key, severity in pairsByField(alert_severities, 'severity_id', asc) do %}
|
||||
<option value='{{ severity.severity_id }}'>{{ i18n(severity.i18n_title) }}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<select class="form-control" style='width: 14rem' name="severity">
|
||||
{% for key, severity in pairsByField(alert_severities, 'severity_id', asc) do %}
|
||||
<option value='{{ severity.severity_id }}'>{{ i18n(severity.i18n_title) }}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue