mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-12 21:13:04 +00:00
Add Use Host Pools for Local Host Detection preference to mark as local all hosts in pools
This commit is contained in:
parent
b13fcf38fa
commit
6bfcd58416
9 changed files with 55 additions and 7 deletions
|
|
@ -459,6 +459,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.toggle_use_mac_in_flow_key_title"),
|
||||
description = i18n("prefs.toggle_use_mac_in_flow_key_description")
|
||||
},
|
||||
toggle_use_host_pools_for_local = {
|
||||
title = i18n("prefs.toggle_use_host_pools_for_local_title"),
|
||||
description = i18n("prefs.toggle_use_host_pools_for_local_description")
|
||||
},
|
||||
topk_heuristic_precision = {
|
||||
title = i18n("prefs.topk_heuristic_precision_title"),
|
||||
description = i18n("prefs.topk_heuristic_precision_description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue