OpenWrt_Luci_Lua/Mi_Lua/luci/controller/service/index.lua

11 lines
285 B
Lua
Raw Normal View History

2015-05-09 10:48:46 +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