mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -72,7 +72,6 @@
|
|||
|
||||
{# include modals for edit_configset.lua #}
|
||||
{* script_list.template_utils.gen("pages/modals/edit_configset/edit_config_modal.html", {
|
||||
alert_severities = script_list.alert_severities,
|
||||
subdir = script_list.script_subdir,
|
||||
}) *}
|
||||
{# add css, js files #}
|
||||
|
|
@ -127,7 +126,6 @@ i18n.scripts_list.templates.elephant_flows_l2r = "{{ i18n('scripts_list.template
|
|||
i18n.scripts_list.templates.elephant_flows_r2l = "{{ i18n('scripts_list.templates.elephant_flows_r2l') }}";
|
||||
i18n.scripts_list.templates.template_not_implemented = "{{ i18n('scripts_list.templates.template_not_implemented') }}";
|
||||
i18n.scripts_list.templates.blacklisted_country_list = "{{ i18n('scripts_list.templates.blacklisted_country_list') }}";
|
||||
i18n.scripts_list.alert_severity = "{{ i18n('scripts_list.alert_severity') }}";
|
||||
i18n.scripts_list.exclusion_list_title = "{{ i18n('scripts_list.exclusion_list_title') }}";
|
||||
|
||||
i18n.enable = "{{ i18n('show_alerts.enable_alerts') }}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue