mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add S7Comm learning period configuration
This commit is contained in:
parent
8be49d4608
commit
6a95f44b48
6 changed files with 29 additions and 5 deletions
|
|
@ -518,6 +518,10 @@ local menu_subpages = {{
|
|||
modbus_learning_period = {
|
||||
title = i18n("prefs.modbus_learning_period_title"),
|
||||
description = i18n("prefs.modbus_learning_period_description")
|
||||
},
|
||||
s7comm_learning_period = {
|
||||
title = i18n("prefs.s7comm_learning_period_title"),
|
||||
description = i18n("prefs.s7comm_learning_period_description")
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue