提交 637e3cd0 编写于 作者: J Jo-Philipp Wich

modules/admin-full: do not use private wifinet properties in network controller

上级 c7cf8ef8
......@@ -67,7 +67,7 @@ function index()
local wnet
for _, wnet in ipairs(wdev:get_wifinets()) do
entry(
{"admin", "network", "wireless", wnet.netid},
{"admin", "network", "wireless", wnet:id()},
alias("admin", "network", "wireless"),
wdev:name() .. ": " .. wnet:shortname()
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册