mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
38 lines
701 B
JSON
38 lines
701 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": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/netdata"
|
|
}
|
|
},
|
|
"admin/status/netdata/basic": {
|
|
"title": "Basic Setting",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/basic"
|
|
}
|
|
},
|
|
"admin/status/netdata/config": {
|
|
"title": "Config Setting",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netdata/config"
|
|
}
|
|
}
|
|
}
|