mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add Flow Swap Heuristic toggle
This commit is contained in:
parent
e76d7f2177
commit
85b939e929
11 changed files with 55 additions and 15 deletions
|
|
@ -185,6 +185,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_assets_collection"),
|
||||
description = i18n("prefs.toggle_assets_collection_description")
|
||||
},
|
||||
toggle_flow_swap_heuristic = {
|
||||
title = i18n("prefs.toggle_flow_swap_heuristic"),
|
||||
description = i18n("prefs.toggle_flow_swap_heuristic_description")
|
||||
},
|
||||
active_local_host_cache_interval = {
|
||||
title = i18n("prefs.active_local_host_cache_interval_title"),
|
||||
description = i18n("prefs.active_local_host_cache_interval_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue