mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-14 09:56:59 +08:00
6 lines
170 B
Lua
6 lines
170 B
Lua
module("luci.controller.netdata", package.seeall)
|
|
|
|
function index()
|
|
|
|
entry({"admin", "status", "netdata"}, template("netdata/netdata"), _("NetData"), 10).leaf = true
|
|
end |