mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
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:
parent
c6bda3452f
commit
6dca44aeb6
5 changed files with 433 additions and 414 deletions
|
|
@ -29,11 +29,6 @@ local script = {
|
|||
gui = {
|
||||
i18n_title = "flow_checks.unexpected_dhcp_title",
|
||||
i18n_description = "flow_checks.unexpected_dhcp_description",
|
||||
|
||||
input_builder = "items_list",
|
||||
item_list_type = "ip_address",
|
||||
input_title = "flow_checks.allowed_servers_title",
|
||||
input_description = "flow_checks.allowed_servers_description",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@ local script = {
|
|||
gui = {
|
||||
i18n_title = "flow_checks.unexpected_dns_title",
|
||||
i18n_description = "flow_checks.unexpected_dns_description",
|
||||
|
||||
input_builder = "items_list",
|
||||
item_list_type = "server",
|
||||
input_title = "flow_checks.allowed_servers_title",
|
||||
input_description = "flow_checks.allowed_server_names_description",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@ local script = {
|
|||
gui = {
|
||||
i18n_title = "flow_checks.unexpected_smtp_title",
|
||||
i18n_description = "flow_checks.unexpected_smtp_description",
|
||||
|
||||
input_builder = "items_list",
|
||||
item_list_type = "server",
|
||||
input_title = "flow_checks.allowed_servers_title",
|
||||
input_description = "flow_checks.allowed_server_names_description",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue