mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes validation of unexpected servers whitelist
This commit is contained in:
parent
7c9631b955
commit
b87e641086
6 changed files with 11 additions and 18 deletions
|
|
@ -37,7 +37,7 @@ local script = {
|
|||
i18n_description = "unexpected_smtp.unexpected_smtp_description",
|
||||
|
||||
input_builder = "items_list",
|
||||
item_list_type = "string",
|
||||
item_list_type = "ip_address",
|
||||
input_title = i18n("unexpected_smtp.title"),
|
||||
input_description = i18n("unexpected_smtp.description"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue