projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b57a20
)
luci-app-bmx6: fix issue with tunIn help
author
p4u
<p4u@dabax.net>
Tue, 27 Aug 2013 23:25:06 +0000
(
01:25
+0200)
committer
p4u
<p4u@dabax.net>
Tue, 27 Aug 2013 23:25:06 +0000
(
01:25
+0200)
luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua
patch
|
blob
|
history
diff --git
a/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua
b/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua
index ded6bbf77e963bbf613c8557e9d1ca2454509ba8..92b14fc2e85474bbd447a36bab8befbf7e5b74d7 100644
(file)
--- a/
luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua
+++ b/
luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua
@@
-54,7
+54,7
@@
local _,o
for _,o in ipairs(tunInoptions) do
if o.name ~= nil and o.name ~= "network" then
help = bmx6json.getHtmlHelp(o)
- value = tunnels
Out
:option(Value,o.name,o.name,help)
+ value = tunnels
In
:option(Value,o.name,o.name,help)
value.optional = true
end
end