headlamp
headlamp copied to clipboard
frontend: No spacing on these tags on conditions in deployments
The condition tags are visually joint, so they should have a small gap separating them:
Notes
- See headlamp/frontend/src/components/common/Label.tsx, the StatusLabel function, and where it's used.
- See the general development guide
- See the frontend contributing guide in docs/development/frontend.md
- You will need to run
make run-frontend
andmake run-backend
in separate terminals -
cd frontend && npm install
to install everything to run the frontend - It uses TypeScript, React, Mui for components, and react router for links.
This issue is not seen on the current main
This issue is not seen on the current main
Cool.