diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua index 1bb1f836b..e3eb7b2c4 100644 --- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua @@ -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")) |