mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Add pref to skip DPI processing for collected flows
This commit is contained in:
parent
6993b7ac09
commit
c941f3a353
9 changed files with 65 additions and 29 deletions
|
|
@ -1478,6 +1478,12 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
pref = "enable_flow_swap_heuristic"
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_skip_dpi_for_collected_flows",
|
||||
default = "0",
|
||||
pref = "skip_dpi_for_collected_flows"
|
||||
})
|
||||
|
||||
print('</table>')
|
||||
|
||||
print('<table class="table">')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue