Skip to content

Use a stacked layout for runners list

Miguel Rincon requested to merge 371031-enabled-stacked-runner-layout into master

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
image image

How to set up and validate locally

Admin Runners:

  1. Visit admin runners page at Admin -> Runners (e.g. http://gdk.test:3000/admin/runners)
  2. Check the layout
    1. If no runners are registered, follow the instructions in "Register instance runner"

Group Runners:

  1. Go to Group -> CI/CD -> Runners
  2. Check the layout
    1. 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.

Related to #371031 (closed)

Edited by Miguel Rincon

Merge request reports

Loading