JobCard
Clickable job summary card for the dashboard grid.
Source: web/frontend/src/components/JobCard.tsx
Props
Displays
- Pipeline type badge
- Status badge (colored)
- Job ID (first 8 characters)
- Progress bar (if running) via ProgressBar Component
- Creation date
Links to /jobs/{id} → JobDetail Page
Styling
- Hover shadow effect
- Rounded card with padding
- Status-colored badge
Used By
See Also