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>
30 lines
508 B
JSON
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"
|
|
}
|
|
}
|
|
}
|