mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Implements #4919 custom alert severity
This commit is contained in:
parent
89b21df6f6
commit
10fb8bbecc
64 changed files with 317 additions and 49 deletions
|
|
@ -12,12 +12,12 @@
|
|||
|
||||
<div class="form-group row" style="padding: .75rem 1.25rem" id="alert-severity-select">
|
||||
<label class="col-sm-4 col-form-label">
|
||||
Alert Severity:
|
||||
{{ i18n("scripts_list.alert_severity") }}
|
||||
</label>
|
||||
<div class="col-sm-6">
|
||||
<select class="form-control" name="severity">
|
||||
{% for key, severity in pairsByField(alert_severities, 'severity_id', asc) do %}
|
||||
<option name='{{ severity.severity_id }}'>{{ i18n(severity.i18n_title) }}</option>
|
||||
<option value='{{ severity.severity_id }}'>{{ i18n(severity.i18n_title) }}</option>
|
||||
{% end %}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue