Move job status badge to runner status column
What does this MR do and why?
Implements: #378550 (closed)
This change moves the runner job status badge to the status column of the runner list.
I also makes the badge clickable for the group runners.
Changelog: changed
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
gitlab:seed:runner_fleet
to generate them.
Admin:
- Visit Admin -> CI/CD -> Runners (e.g. http://gdk.test:3000/admin/runners)
- Check the first column has the Idle badge
Group:
- Visit your Group -> CI/CD -> Runners (e.g. http://gdk.test:3000/groups/top-group/-/runners)
- Check the first column has the Idle badge
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #378550 (closed)
Edited by Robert Hunt