secubox-openwrt/package/secubox/luci-app-dpi-dual/root/usr/share/luci/menu.d/luci-app-dpi-dual.json
CyberMind-FR b767f4dc30 feat(dpi): Phase 4 - Integration, documentation and widget
- Add settings.js LuCI view for full UCI configuration
- Add widget.js embeddable component for other dashboards
- Add comprehensive README.md with architecture diagram
- Add luci-app-dpi-dual entry to SecuBox catalog
- Update menu.d to include Settings tab

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-15 12:31:47 +01:00

39 lines
684 B
JSON

{
"admin/secubox/dpi-dual": {
"title": "DPI Dual-Stream",
"order": 45,
"action": {
"type": "firstchildview",
"recurse": true
},
"depends": {
"acl": ["luci-app-dpi-dual"],
"uci": { "dpi-dual": true }
}
},
"admin/secubox/dpi-dual/overview": {
"title": "Overview",
"order": 1,
"action": {
"type": "view",
"path": "dpi-dual/overview"
}
},
"admin/secubox/dpi-dual/timeline": {
"title": "Correlation Timeline",
"order": 2,
"action": {
"type": "view",
"path": "dpi-dual/timeline"
}
},
"admin/secubox/dpi-dual/settings": {
"title": "Settings",
"order": 3,
"action": {
"type": "view",
"path": "dpi-dual/settings"
}
}
}