- 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>
39 lines
684 B
JSON
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"
|
|
}
|
|
}
|
|
}
|