mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added preference to use mac inside flow key
This commit is contained in:
parent
287f46ae32
commit
95e55d6e65
6 changed files with 25 additions and 8 deletions
|
|
@ -422,6 +422,9 @@ local menu_subpages = {
|
|||
}, toggle_host_mask = {
|
||||
title = i18n("prefs.toggle_host_mask_title"),
|
||||
description = i18n("prefs.toggle_host_mask_description"),
|
||||
}, toggle_use_mac_in_flow_key = {
|
||||
title = i18n("prefs.toggle_use_mac_in_flow_key_title"),
|
||||
description = i18n("prefs.toggle_use_mac_in_flow_key_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