Files
op-packages/luci-app-aw-bpf/root/usr/share/luci/menu.d/luci-app-aw-bpf.json
T

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" ]
}
}
}