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

30 lines
471 B
JSON

{
"admin/services/v2raya": {
"title": "v2rayA",
"order": 90,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-v2raya" ],
"uci": { "v2raya": true }
}
},
"admin/services/v2raya/config": {
"title": "Configuration",
"order": 10,
"action": {
"type": "view",
"path": "v2raya/config"
}
},
"admin/services/v2raya/log": {
"title": "Log",
"order": 20,
"action": {
"type": "view",
"path": "v2raya/log"
}
}
}