- Created help system (help.js, help.css) for all modules - Integrated help button in network-modes module - Fixed menu structure: removed empty Network Management category - Fixed all dashboard and modules page links - Added website deployment script - Created comprehensive documentation New Files: - DOCS/HELP_INTEGRATION_PLAN.md - DOCS/WEBSITE_DEPLOYMENT_GUIDE.md - EXAMPLES/help-button-integration.js - luci-app-secubox/htdocs/luci-static/resources/secubox/help.js - luci-app-secubox/htdocs/luci-static/resources/secubox/help.css - secubox-tools/deploy-website.sh Modified: - luci-app-network-modes: Added help button integration - luci-app-secubox: Fixed menu paths and module links 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"admin/secubox": {
|
|
"title": "SecuBox",
|
|
"order": 25,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {"type": "view", "path": "secubox/dashboard"}
|
|
},
|
|
"admin/secubox/modules": {
|
|
"title": "Modules",
|
|
"order": 20,
|
|
"action": {"type": "view", "path": "secubox/modules"}
|
|
},
|
|
"admin/secubox/alerts": {
|
|
"title": "Alerts",
|
|
"order": 22,
|
|
"action": {"type": "view", "path": "secubox/alerts"}
|
|
},
|
|
"admin/secubox/settings": {
|
|
"title": "Settings",
|
|
"order": 25,
|
|
"action": {"type": "view", "path": "secubox/settings"}
|
|
},
|
|
"admin/secubox/security": {
|
|
"title": "Security & Access",
|
|
"order": 30,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/monitoring": {
|
|
"title": "Monitoring & Analytics",
|
|
"order": 35,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/monitoring/overview": {
|
|
"title": "System Monitoring",
|
|
"order": 10,
|
|
"action": {"type": "view", "path": "secubox/monitoring"}
|
|
},
|
|
"admin/secubox/system": {
|
|
"title": "System & Performance",
|
|
"order": 50,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/services": {
|
|
"title": "Services & Applications",
|
|
"order": 60,
|
|
"action": {"type": "firstchild"}
|
|
},
|
|
"admin/secubox/help": {
|
|
"title": "Bonus · Help à SecuBox",
|
|
"order": 99,
|
|
"action": {"type": "view", "path": "secubox/help"}
|
|
}
|
|
}
|