luci-app-wol: dispatch SimpleForm model using the form() action
This fixes issues dicovered by check-controllers.sh Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1443ff121d
commit
dacf88216d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
module("luci.controller.wol", package.seeall)
|
module("luci.controller.wol", package.seeall)
|
||||||
|
|
||||||
function index()
|
function index()
|
||||||
entry({"admin", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
|
entry({"admin", "services", "wol"}, form("wol"), _("Wake on LAN"), 90)
|
||||||
entry({"mini", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
|
entry({"mini", "services", "wol"}, form("wol"), _("Wake on LAN"), 90)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue