Makes informative dropped flows alerts configurable

This commit is contained in:
Simone Mainardi 2017-12-14 19:11:18 +01:00
parent 503e367864
commit f25c6b6724
8 changed files with 31 additions and 1 deletions

View file

@ -203,6 +203,15 @@ function printAlerts()
hidden = not showElements,
})
if hasBridgeInterfaces(false) then
prefsToggleButton({
field = "toggle_dropped_flows_alerts",
pref = "dropped_flows_alerts",
default = "0",
hidden = not showElements,
})
end
prefsToggleButton({
field = "toggle_malware_probing",
pref = "host_blacklist",