modules/admin-full: correctly update title on wifi config page
This commit is contained in:
parent
2b7ba80b8a
commit
b9dfdb9d0d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ function m.on_commit(map)
|
|||
local wnet = nw:get_wifinet(arg[2])
|
||||
if ifsection and wnet then
|
||||
ifsection.section = wnet.sid
|
||||
m.title = wnet:get_i18n()
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue