small-package/luci-app-xray/root/usr/share/luci/menu.d/luci-app-xray.json

17 lines
312 B
JSON

{
"admin/services/xray": {
"title": "Xray",
"action": {
"type": "view",
"path": "xray"
},
"depends": {
"acl": [
"luci-app-xray"
],
"uci": {
"xray": true
}
}
}
}