Implements add the ability to suppress specific alerts

Implements #4942
This commit is contained in:
Matteo Biscosi 2021-02-11 17:12:09 +01:00
parent 540bd00e28
commit d6d0780507
10 changed files with 184 additions and 129 deletions

View file

@ -162,6 +162,7 @@ i18n.scripts_list.templates.elephant_flows_r2l = "{{ i18n('scripts_list.template
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') }}";
i18n.disable = "{{ i18n('show_alerts.disable_alerts') }}";