Add Emit Host Alerts pref (fix #5154)

This commit is contained in:
Alfredo Cardigliano 2021-04-07 09:21:26 +02:00
parent d06577665a
commit 9ed3afd918
4 changed files with 21 additions and 7 deletions

View file

@ -246,6 +246,9 @@ local menu_subpages = {
},toggle_emit_flow_alerts = {
title = i18n("prefs.toggle_emit_flow_alerts_title"),
description = i18n("prefs.toggle_emit_flow_alerts_description"),
},toggle_emit_host_alerts = {
title = i18n("prefs.toggle_emit_host_alerts_title"),
description = i18n("prefs.toggle_emit_host_alerts_description"),
}
}}, { id ="traffic_behaviour",
label=i18n("prefs.traffic_behaviour"),