Comprehensive updates across multiple core modules with improved UI, menu structure, and monitoring capabilities. ## CDN Cache Updates (4 files) - Refined dashboard.css styling (408 lines optimized) - Enhanced cache.js view with better functionality (262 lines) - Improved overview.js with cleaner structure (312 lines) - Updated statistics.js for better performance (217 lines) ## Network Modes Updates (1 file) - Streamlined menu.d JSON configuration (161 lines cleaned) - Improved menu structure and organization ## SecuBox Updates (4 files) - Enhanced monitoring.css with improved styles (50 lines) - Updated dashboard.js with monitoring integration (81 lines) - Refactored monitoring.js for better performance (452 lines) - Extended menu.d JSON with monitoring features (36 lines added) Summary: - 9 files changed - +854 lines added, -1125 lines removed - Net optimization: -271 lines (cleaner, more efficient code) - Improved UI/UX across all modules - Better code organization and performance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 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"}
|
|
}
|
|
}
|