mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
7 lines
171 B
Lua
7 lines
171 B
Lua
module("luci.controller.netdata", package.seeall)
|
|
|
|
function index()
|
|
|
|
entry({"admin", "status", "netdata"}, template("netdata/netdata"), _("NetData"), 10).leaf = true
|
|
end
|