secubox-openwrt/package/secubox/luci-app-streamlit/root/usr/share/luci/menu.d/luci-app-streamlit.json
CyberMind-FR 5317f37e7a refactor(streamlit): KISS UI redesign
Simplify LuCI interface from 5 tabs to 2:
- Dashboard: status, controls, apps list, upload (all-in-one)
- Settings: configuration options

Remove complex custom CSS, use standard LuCI styles.

Deleted: overview.js, apps.js, instances.js, logs.js
Added: dashboard.js (single-page dashboard)
Updated: settings.js (simplified form), menu.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 07:17:20 +01:00

30 lines
508 B
JSON

{
"admin/services/streamlit": {
"title": "Streamlit",
"order": 86,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-streamlit"],
"uci": {"streamlit": true}
}
},
"admin/services/streamlit/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "streamlit/dashboard"
}
},
"admin/services/streamlit/settings": {
"title": "Settings",
"order": 20,
"action": {
"type": "view",
"path": "streamlit/settings"
}
}
}