Skip to content

Close the registration dropdown after a token reset

What does this MR do and why?

This adds a small improvement to the runner registration dropdown, it closes the dropdown once you reset the registration token

The changes are behind the runner_list_group_view_vue_ui feature flag

#343583 (closed)

Screenshots or screen recordings

Screen_Recording_2021-10-25_at_12.53.48

How to set up and validate locally

Instance level

  1. Log in as admin
  2. Visit the Admin -> Runners page http://gdk.test:3000/admin/runners
  3. Click on the actions in the top-right corner

Group level

  1. Enable runner_list_group_view_vue_ui. See #336405 (closed)
  2. Log in as a group owner
  3. Visit the Group -> CI/CD -> Runners page http://gdk.test:3000/groups/h5bp/-/runners
  4. Click on the actions in the top-right corner

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jose Ivan Vargas

Merge request reports