mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 20:11:29 +08:00
7 lines
171 B
Lua
Executable File
7 lines
171 B
Lua
Executable File
module("luci.controller.netdata", package.seeall)
|
|
|
|
function index()
|
|
|
|
entry({"admin", "status", "netdata"}, template("netdata/netdata"), _("NetData"), 10).leaf = true
|
|
end
|