mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Update tracking mac address. (#7419)
This commit is contained in:
parent
7d98718e7c
commit
c72a5c9d28
7 changed files with 7719 additions and 7650 deletions
|
|
@ -460,52 +460,33 @@ local menu_subpages = {{
|
|||
description = i18n("prefs.iec60870_learning_period_description")
|
||||
},
|
||||
devices_learning_period = {
|
||||
title = i18n("prefs.devices_learning_period_title"),
|
||||
description = i18n("prefs.devices_learning_period_description")
|
||||
}
|
||||
}, {
|
||||
id = "protocols",
|
||||
label = i18n("prefs.protocols"),
|
||||
advanced = false,
|
||||
pro_only = true,
|
||||
hidden = false,
|
||||
entries = {
|
||||
toggle_top_sites = {
|
||||
title = i18n("prefs.toggle_top_sites_title"),
|
||||
description = i18n("prefs.toggle_top_sites_description", {
|
||||
url = "https://resources.sei.cmu.edu/asset_files/Presentation/2010_017_001_49763.pdf"
|
||||
})
|
||||
}
|
||||
}
|
||||
}, {
|
||||
id = "logging",
|
||||
label = i18n("prefs.logging"),
|
||||
advanced = false,
|
||||
pro_only = false,
|
||||
hidden = (prefs.has_cmdl_trace_lvl == true),
|
||||
entries = {
|
||||
toggle_logging_level = {
|
||||
title = i18n("prefs.toggle_logging_level_title"),
|
||||
description = i18n("prefs.toggle_logging_level_description")
|
||||
},
|
||||
toggle_log_to_file = {
|
||||
title = i18n("prefs.toggle_log_to_file_title"),
|
||||
description = i18n("prefs.toggle_log_to_file_description", {
|
||||
product = info["product"]
|
||||
})
|
||||
},
|
||||
toggle_access_log = {
|
||||
title = i18n("prefs.toggle_access_log_title"),
|
||||
description = i18n("prefs.toggle_access_log_description", {
|
||||
product = info["product"]
|
||||
})
|
||||
},
|
||||
toggle_host_pools_log = {
|
||||
title = i18n("prefs.toggle_host_pools_log_title"),
|
||||
description = i18n("prefs.toggle_host_pools_log_description", {
|
||||
product = info["product"]
|
||||
})
|
||||
}
|
||||
title = i18n("prefs.devices_learning_period_title"),
|
||||
description = i18n("prefs.devices_learning_period_description"),
|
||||
},devices_status_during_learning_period = {
|
||||
title = i18n("prefs.devices_status_during_learning_period_title"),
|
||||
description = i18n("prefs.devices_status_during_learning_period_description"),
|
||||
},devices_status_post_learning_period = {
|
||||
title = i18n("prefs.devices_status_post_learning_period_title"),
|
||||
description = i18n("prefs.devices_status_post_learning_period_description"),
|
||||
},
|
||||
}, {id="protocols", label=i18n("prefs.protocols"), advanced=false, pro_only=true, hidden=false, entries={
|
||||
toggle_top_sites = {
|
||||
title = i18n("prefs.toggle_top_sites_title"),
|
||||
description = i18n("prefs.toggle_top_sites_description", {url="https://resources.sei.cmu.edu/asset_files/Presentation/2010_017_001_49763.pdf"})},
|
||||
}}, {id="logging", label=i18n("prefs.logging"), advanced=false, pro_only=false, hidden=(prefs.has_cmdl_trace_lvl == true), entries={
|
||||
toggle_logging_level = {
|
||||
title = i18n("prefs.toggle_logging_level_title"),
|
||||
description = i18n("prefs.toggle_logging_level_description"),
|
||||
}, toggle_log_to_file = {
|
||||
title = i18n("prefs.toggle_log_to_file_title"),
|
||||
description = i18n("prefs.toggle_log_to_file_description", {product=info["product"]}),
|
||||
}, toggle_access_log = {
|
||||
title = i18n("prefs.toggle_access_log_title"),
|
||||
description = i18n("prefs.toggle_access_log_description", {product=info["product"]}),
|
||||
}, toggle_host_pools_log = {
|
||||
title = i18n("prefs.toggle_host_pools_log_title"),
|
||||
description = i18n("prefs.toggle_host_pools_log_description", {product=info["product"]}),
|
||||
},
|
||||
|
||||
}
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue