secubox-openwrt/package/secubox/luci-app-wireguard-dashboard/root/usr/share/luci/menu.d/luci-app-wireguard-dashboard.json
CyberMind-FR 3aa4f8d6f9 refactor(menu): Move WireGuard to Services menu
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:26 +01:00

69 lines
1.3 KiB
JSON

{
"admin/services/wireguard": {
"title": "WireGuard",
"order": 30,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-wireguard-dashboard"]
}
},
"admin/services/wireguard/wizard": {
"title": "Setup Wizard",
"order": 5,
"action": {
"type": "view",
"path": "wireguard-dashboard/wizard"
}
},
"admin/services/wireguard/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "wireguard-dashboard/overview"
}
},
"admin/services/wireguard/peers": {
"title": "Peers",
"order": 20,
"action": {
"type": "view",
"path": "wireguard-dashboard/peers"
}
},
"admin/services/wireguard/qrcodes": {
"title": "QR Codes",
"order": 30,
"action": {
"type": "view",
"path": "wireguard-dashboard/qrcodes"
}
},
"admin/services/wireguard/traffic": {
"title": "Traffic Stats",
"order": 40,
"action": {
"type": "view",
"path": "wireguard-dashboard/traffic"
}
},
"admin/services/wireguard/config": {
"title": "Configuration",
"order": 50,
"action": {
"type": "view",
"path": "wireguard-dashboard/config"
}
},
"admin/services/wireguard/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "wireguard-dashboard/settings"
}
}
}