mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 23:21:54 +04:00
luci-app-bmx6: fix issue with tunIn help
This commit is contained in:
@@ -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 = tunnelsOut:option(Value,o.name,o.name,help)
|
||||
value = tunnelsIn:option(Value,o.name,o.name,help)
|
||||
value.optional = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user