applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 addresses or hostnames, #432

This commit is contained in:
Manuel Munz 2013-01-06 17:20:50 +00:00
parent c369ef0f3d
commit 4dec885167

View file

@ -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"))