Merge pull request #2670 from TDT-AG/pr/20190410-luci-mod-network

luci-mod-network: move auto option to general tab
This commit is contained in:
Florian Eckert 2019-05-29 11:10:19 +02:00 committed by GitHub
commit 889e8eec4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ for _, pr in ipairs(nw:get_protocols()) do
end
auto = s:taboption("advanced", Flag, "auto", translate("Bring up on boot"))
auto = s:taboption("general", Flag, "auto", translate("Bring up on boot"))
auto.default = (net:proto() == "none") and auto.disabled or auto.enabled
delegate = s:taboption("advanced", Flag, "delegate", translate("Use builtin IPv6-management"))