Added network configuration menu section. Removed checks text box area (#8710)

* Added network configuration menu section. Removed checks text box area
This commit is contained in:
GabrieleDeri 2024-09-09 09:53:17 +02:00 committed by GitHub
parent c6bda3452f
commit 6dca44aeb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 433 additions and 414 deletions

View file

@ -26,15 +26,12 @@ local script = {
items = {},
},
gui = {
i18n_title = "flow_checks.unexpected_ntp_title",
i18n_description = "flow_checks.unexpected_ntp_description",
input_builder = "items_list",
item_list_type = "ip_address",
input_title = "flow_checks.allowed_servers_title",
input_description = "flow_checks.allowed_servers_description",
}
gui = {
i18n_title = "flow_checks.unexpected_ntp_title",
i18n_description = "flow_checks.unexpected_ntp_description",
}
}
-- #################################################################