Removes severity from user scripts (now unified with score)

Addresses #5281
This commit is contained in:
Simone Mainardi 2021-05-04 17:59:39 +02:00
parent 6b49f39b92
commit 175cdbabdc
6 changed files with 5 additions and 89 deletions

View file

@ -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 %}