mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add Emit Host Alerts pref (fix #5154)
This commit is contained in:
parent
d06577665a
commit
9ed3afd918
4 changed files with 21 additions and 7 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue