blob: 1bd050af6691614611d0c75fb4ee7b10b73db32f (
plain)
1
2
3
4
5
|
module("luci.controller.attendedsysupgrade", package.seeall)
function index()
entry({"admin", "system", "attended_sysupgrade"}, template("attendedsysupgrade"), _("Attended Sysupgrade"), 1)
end
|