OpenWrt_Luci_Lua/1_1.mi_Lua/luci/controller/service/index.lua

11 lines
285 B
Lua
Raw Normal View History

2015-06-28 06:39:56 +00:00
module("luci.controller.service.index", package.seeall)
function index()
local page = node("service")
page.target = firstchild()
page.title = _("")
page.order = nil
page.sysauth = "admin"
page.sysauth_authenticator = "jsonauth"
page.index = true
end