You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update routes and templates for dashboard changes
- Update app.py to register the dashboard_bp instead of the homepage_bp
- Rename src/routes/homepage.py to src/routes/dashboard.py
- Update src/routes/__init__.py to import and use the dashboard_bp instead of the homepage_bp
- Update src/templates/ext/navbar.html to reflect the changes in the dashboard link
- Add new templates: src/templates/dashboard_network.html and src/templates/add_server.html
- Add new CSS files: src/static/css/dashboard_network.css and src/static/css/add_server.css
0 commit comments