mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 09:22:05 +08:00
38 lines
688 B
JSON
38 lines
688 B
JSON
{
|
|
"admin/status/netdata": {
|
|
"title": "Netdata",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-netdata" ],
|
|
"uci": { "netdata": true }
|
|
}
|
|
},
|
|
"admin/status/netdata/netdata": {
|
|
"title": "Netdata",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/main"
|
|
}
|
|
},
|
|
"admin/status/netdata/config": {
|
|
"title": "Config",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/config"
|
|
}
|
|
},
|
|
"admin/status/netdata/advanced": {
|
|
"title": "Advanced",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/advanced"
|
|
}
|
|
}
|
|
}
|