luci-app-wol: dispatch SimpleForm model using the form() action
[project/luci.git] / applications / luci-app-wol / luasrc / controller / wol.lua
1 module("luci.controller.wol", package.seeall)
2
3 function index()
4         entry({"admin", "services", "wol"}, form("wol"), _("Wake on LAN"), 90)
5         entry({"mini", "services", "wol"}, form("wol"), _("Wake on LAN"), 90)
6 end