Skip to content

Draft: Add control to delete runners in bulk

What does this MR do and why?

This change consists of the UI to allow users to select multiple runners to mark them for deletion.

Screenshots or screen recordings

2022-03-04_15.54.52

How to set up and validate locally

  1. Enable the feature, in the rails console (rails c):
    Feature.enable(:admin_runners_bulk_delete)
  2. Visit the admin runners page http://gdk.test:3000/admin/runners
  3. Select one or more runners

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 #339525 (closed)

Edited by Miguel Rincon

Merge request reports

Loading