applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 addresses or hostnames, #432
This commit is contained in:
parent
c369ef0f3d
commit
4dec885167
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ enable.default = 0
|
|||
|
||||
host = s:option(Value, "Host", translate("Host"), translate("IP or hostname where to get the txtinfo output from"))
|
||||
host.placeholder = "127.0.0.1"
|
||||
host.datatype = "hostname"
|
||||
host.datatype = "host"
|
||||
host.rmempty = true
|
||||
|
||||
port = s:option(Value, "Port", translate("Port"))
|
||||
|
|
Loading…
Reference in a new issue