Skip to content

Make the register token area collapsible

Miguel Rincon requested to merge 299509-runner-registration-collapsible into master

What does this MR do and why?

This change moves the token registration information to a collapsible area that is displayed when users click on "Register an instance runner".

Why?

  • Acts as an intermediate step to using a dropdown to contain token registration actions described in #299509 (closed).
  • Allows
  • Possibly enables user contributions such as !71607 (closed) to have a space to fit token related configurations

Screenshots or screen recordings

before after
Admin and Group Section details

Admin Section

before after
image admin-collapsed
N/A admin-expanded

Group section (ff runner_list_group_view_vue_ui)

before after
image group-collapsed
cell group-expanded

How to set up and validate locally

  1. Visit admin runners e.g. http://gdk.test:3000/admin/runners

  1. Enable runner_list_group_view_vue_ui
  2. Visit group runners e.g. http://gdk.test:3000/groups/h5bp/-/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 #299509 (closed)

Edited by Miguel Rincon

Merge request reports