Restructured the SecuBox menu hierarchy to improve organization: - Added new "Network & Connectivity" category (order 40) - Moved Network Modes from top-level to Network submenu - Changed paths: admin/secubox/network-modes → admin/secubox/network/modes Menu structure: SecuBox/ ├── Dashboard ├── Modules ├── Alerts ├── Settings ├── Security & Access ├── Monitoring & Analytics ├── Network & Connectivity ← NEW CATEGORY │ └── Network Modes ← MOVED HERE │ ├── Overview │ ├── Mode Wizard │ ├── Router Mode │ ├── Multi-WAN Mode │ ├── Double NAT Mode │ ├── Access Point Mode │ ├── Relay Mode │ ├── VPN Relay Mode │ ├── Travel Mode │ ├── Sniffer Mode │ └── Settings ├── System & Performance ├── Services & Applications └── Help Files modified: - luci-app-secubox/root/usr/share/luci/menu.d/luci-app-secubox.json - luci-app-network-modes/root/usr/share/luci/menu.d/luci-app-network-modes.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
101 lines
1.9 KiB
JSON
101 lines
1.9 KiB
JSON
{
|
|
"admin/secubox/network/modes": {
|
|
"title": "Network Modes",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-network-modes"]
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/wizard": {
|
|
"title": "Mode Wizard",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/wizard"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/router": {
|
|
"title": "Router Mode",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/router"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/multiwan": {
|
|
"title": "Multi-WAN Mode",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/multiwan"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/doublenat": {
|
|
"title": "Double NAT Mode",
|
|
"order": 37,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/doublenat"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/accesspoint": {
|
|
"title": "Access Point Mode",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/accesspoint"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/relay": {
|
|
"title": "Relay Mode",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/relay"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/vpnrelay": {
|
|
"title": "VPN Relay Mode",
|
|
"order": 52,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/vpnrelay"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/travel": {
|
|
"title": "Travel Mode",
|
|
"order": 55,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/travel"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/sniffer": {
|
|
"title": "Sniffer Mode",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/sniffer"
|
|
}
|
|
},
|
|
"admin/secubox/network/modes/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/settings"
|
|
}
|
|
}
|
|
}
|