mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Makes informative dropped flows alerts configurable
This commit is contained in:
parent
503e367864
commit
f25c6b6724
8 changed files with 31 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue