luci-app-bmx6: fix issue with tunIn help
This commit is contained in:
parent
5b57a2035f
commit
821e52f54f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ local _,o
|
||||||
for _,o in ipairs(tunInoptions) do
|
for _,o in ipairs(tunInoptions) do
|
||||||
if o.name ~= nil and o.name ~= "network" then
|
if o.name ~= nil and o.name ~= "network" then
|
||||||
help = bmx6json.getHtmlHelp(o)
|
help = bmx6json.getHtmlHelp(o)
|
||||||
value = tunnelsOut:option(Value,o.name,o.name,help)
|
value = tunnelsIn:option(Value,o.name,o.name,help)
|
||||||
value.optional = true
|
value.optional = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue