mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
8 lines
267 B
Lua
Executable File
8 lines
267 B
Lua
Executable File
|
|
module("luci.controller.ubuntu2", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "ubuntu2"}, alias("admin", "services", "ubuntu2", "config"), _("Ubuntu2"), 30).dependent = true
|
|
entry({"admin", "services", "ubuntu2", "config"}, cbi("ubuntu2"))
|
|
end
|