mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 03:45:11 +08:00
42 lines
693 B
JSON
42 lines
693 B
JSON
{
|
|
"admin/network/librespeed": {
|
|
"title": "LibreSpeed",
|
|
"order": 70,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/network/librespeed/test"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-librespeed" ],
|
|
"uci": { "librespeed": true }
|
|
}
|
|
},
|
|
|
|
"admin/network/librespeed/test": {
|
|
"title": "Test",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "librespeed/test"
|
|
}
|
|
},
|
|
|
|
"admin/network/librespeed/history": {
|
|
"title": "History",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "librespeed/history"
|
|
}
|
|
},
|
|
|
|
"admin/network/librespeed/settings": {
|
|
"title": "Settings",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "librespeed/settings"
|
|
}
|
|
}
|
|
}
|