Use a stacked layout for runners list
What does this MR do and why?
Finishes rollout for #371031 (closed).
This MR enables the more compact layout for runners in a list.
The goal of this additional redesign is to improve consistency throughout our table/list views and increase the flexibility of adding more data to the table, as well as improving the readability of that data.
This aligns the runner list to GitLab's new list design standards.
Changelog: changed
Note: This MR removes two related feature flags, runner_list_stacked_layout
and runner_list_stacked_layout_admin
as enabled.
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
Admin Runners:
- Visit admin runners page at Admin -> Runners (e.g. http://gdk.test:3000/admin/runners)
- Check the layout
- If no runners are registered, follow the instructions in "Register instance runner"
Group Runners:
- Go to Group -> CI/CD -> Runners
- Check the layout
- If no runners are registered, follow the instructions in "Register group runner"
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 #371031 (closed)
Edited by Miguel Rincon