git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c369ef0
)
applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 addresses...
author
Manuel Munz
<redacted>
Sun, 6 Jan 2013 17:20:50 +0000
(17:20 +0000)
committer
Manuel Munz
<redacted>
Sun, 6 Jan 2013 17:20:50 +0000
(17:20 +0000)
applications/luci-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua
patch
|
blob
|
history
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 1bb1f836bc266328b86ff17bc00c8ea26350a64e..e3eb7b2c4bf62635883f6a70a58a2db0d43ba6b4 100644
(file)
--- 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 = "host
name
"
+host.datatype = "host"
host.rmempty = true
port = s:option(Value, "Port", translate("Port"))
git clone https://git.99rst.org/PROJECT