Overview Page (SOC Admin Landing): - Architecture diagram with layer visualization - Modular component cards with status indicators - Network topology with animated orbital nodes - System status grid with health indicators - Development roadmap timeline Profiles Page (Dynamic Cloning): - Component readiness tracking with progress bars - Quick presets for common configurations - Package feeds management with toggles - Saved profiles list with load/delete - Clone & deploy actions (export, import, sync, push) Menu Structure: - Renamed P2P Hub to MirrorBox - Added Overview as landing page - Added Profiles for cloning management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
70 lines
1.2 KiB
JSON
70 lines
1.2 KiB
JSON
{
|
|
"admin/secubox/mirrorbox": {
|
|
"title": "MirrorBox",
|
|
"order": 15,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-secubox-p2p"]
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/overview"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/hub": {
|
|
"title": "P2P Hub",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/hub"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/peers": {
|
|
"title": "Peers",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/peers"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/services": {
|
|
"title": "Services",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/services"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/profiles": {
|
|
"title": "Profiles",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/profiles"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/mesh": {
|
|
"title": "Mesh Network",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/mesh"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/settings"
|
|
}
|
|
}
|
|
}
|