mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Removes severity from user scripts (now unified with score)
Addresses #5281
This commit is contained in:
parent
6b49f39b92
commit
175cdbabdc
6 changed files with 5 additions and 89 deletions
|
|
@ -34,13 +34,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<template id="severity-template">
|
||||
<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>
|
||||
|
||||
{% if subdir == "host" or subdir == "flow" then %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue