mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 09:51:41 +08:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"admin/services/cpu-perf": {
|
|
"title": "CPU Performance",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cpu-perf"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-cpu-perf" ],
|
|
"uci": { "cpu-perf": true }
|
|
}
|
|
}
|
|
}
|