mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 04:15:06 +08:00
47 lines
712 B
JSON
47 lines
712 B
JSON
{
|
|
"admin/qos": {
|
|
"title": "QoS",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "firstchild",
|
|
"recurse": true
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-aw-bpf" ]
|
|
}
|
|
},
|
|
"admin/qos/hosts": {
|
|
"title": "Hosts",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "aw-bpf/display"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-aw-bpf" ]
|
|
}
|
|
},
|
|
"admin/qos/l7": {
|
|
"title": "L7 application",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "aw-bpf/l7"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-aw-bpf" ]
|
|
}
|
|
},
|
|
"admin/qos/settings": {
|
|
"title": "Settings",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "aw-bpf/settings"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-aw-bpf" ]
|
|
}
|
|
}
|
|
}
|