mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix mac-based serialization key and add a preference to enabled it (disabled by default)
This commit is contained in:
parent
98cb560083
commit
4a97017f35
14 changed files with 57 additions and 33 deletions
|
|
@ -448,6 +448,9 @@ local menu_subpages = {
|
|||
}, minute_top_talkers_retention = {
|
||||
title = i18n("prefs.minute_top_talkers_retention_title"),
|
||||
description = i18n("prefs.minute_top_talkers_retention_description"),
|
||||
}, toggle_host_tskey = {
|
||||
title = i18n("prefs.toggle_host_tskey_title"),
|
||||
description = i18n("prefs.toggle_host_tskey_description"),
|
||||
}
|
||||
}},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue