modules/admin-full: do not generate submenu items per wifi-device anymore
This commit is contained in:
parent
91856a9242
commit
dab004b0af
1 changed files with 0 additions and 9 deletions
|
@ -34,15 +34,6 @@ function index()
|
|||
page.leaf = true
|
||||
page.subindex = true
|
||||
|
||||
uci:foreach("wireless", "wifi-device",
|
||||
function (section)
|
||||
local ifc = section[".name"]
|
||||
entry({"admin", "network", "wireless", ifc},
|
||||
true,
|
||||
ifc:upper()).i18n = "wifi"
|
||||
end
|
||||
)
|
||||
|
||||
local page = entry({"admin", "network", "wireless_join"}, call("wifi_join"), nil, 16)
|
||||
page.i18n = "wifi"
|
||||
page.leaf = true
|
||||
|
|
Loading…
Reference in a new issue