Updated three core modules with significant UI/UX improvements: SecuBox Central Hub (luci-app-secubox): - Changed header icon from 🛡️ to 🚀 ("SecuBox Control Center") - Added module filter tabs (All/Security/Network/System/Monitoring) - Implemented alert dismiss and clear functionality - Enhanced backend RPCD methods for alert management - Updated ACL permissions for new alert methods System Hub (luci-app-system-hub): - Changed header icon from 🖥️ to ⚙️ ("System Control Center") - Added 4-column System Info Grid with interactive cards - Implemented Quick Status Indicators (Internet/DNS/NTP/Firewall) - Added hostname edit and kernel version copy features - Enhanced CSS with monospace fonts and responsive design Network Modes (luci-app-network-modes): - Changed header icon from ⚙️ to 🌐 ("Network Configuration") - Added Current Mode Display Card with config summary - Implemented Mode Comparison Table (5 modes, 6 features) - Active mode highlighting with gradient effects - Added "Change Mode" button with gradient styling All modules validated with comprehensive checks (RPCD, ACL, permissions). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"luci-app-secubox": {
|
|
"description": "SecuBox Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"status",
|
|
"modules",
|
|
"modules_by_category",
|
|
"module_info",
|
|
"health",
|
|
"diagnostics",
|
|
"get_system_health",
|
|
"get_alerts",
|
|
"get_dashboard_data",
|
|
"get_theme"
|
|
],
|
|
"uci": [
|
|
"get",
|
|
"state"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"start_module",
|
|
"stop_module",
|
|
"restart_module",
|
|
"quick_action",
|
|
"dismiss_alert",
|
|
"clear_alerts"
|
|
],
|
|
"uci": [
|
|
"set",
|
|
"delete",
|
|
"commit",
|
|
"apply"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
}
|
|
}
|
|
}
|