Allow admins to delete runners in bulk
What does this MR do and why?
This change adds a checkbox to each runner entry in the Admin -> Runners page that allows admin users to select multiple runners and delete them in bulk.
This feature is added by removing the admin_runners_bulk_delete
feature flag along and allowing users to access this feature.
Changelog: added
Screenshots or screen recordings
How to set up and validate locally
- Visit the Admin -> Runners page
- Select one or more runners with the checkbox on the left column.
- Select "Delete selected" and confirm the modal
- Verify they are removed.
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 #353981 (closed)