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

36 lines
796 B
JSON

{
"admin/services/xray_core": {
"title": "Xray",
"action": {
"type": "view",
"path": "xray/core"
},
"depends": {
"acl": [
"luci-app-xray"
],
"uci": {
"xray_core": true
}
}
},
"admin/services/xray_preview": {
"title": "Xray (preview)",
"action": {
"type": "view",
"path": "xray/preview"
},
"depends": {
"acl": [
"luci-app-xray"
],
"uci": {
"xray_core": {
"@general[0]": {
"preview_or_deprecated": true
}
}
}
}
}
}