Refactor RegistrationToken Vue component
What does this MR do and why?
This minor refactor accomplish two purposes:
-
Simplifies markdown: before there were two
GlFormGroup
components, a parentGlFormGroup
wrapping a childGlFormGroup
. The parent was unnecesary, becauseRegistrationToken
usesInputCopyToggleVisibility
, which contains its ownGlFromGroup
. -
Allows to select the input content by clicking on the label. Suggested here: !88059 (comment 964374052)
Screenshots or screen recordings
Screen_Recording_2022-05-30_at_15.43.36
How to set up and validate locally
- Go to http://127.0.0.1:3000/groups/flightjs/-/runners
- Click on the
Register a group runner
button
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.
Edited by Eduardo Sanz García