Skip to content
Snippets Groups Projects

Fix save password form dialog on CI/CD Registration token

Merged Sascha Eggenberger requested to merge runners-registration-token-ff-pw-fix into master
All threads resolved!
Files
4
@@ -57,7 +57,6 @@ export default {
data() {
return {
currentRegistrationToken: this.registrationToken,
showRegistrationToken: false,
};
},
computed: {
@@ -101,16 +100,9 @@ export default {
icon="ellipsis_v"
text-sr-only
no-caret
@shown="showRegistrationToken = true"
@hidden="showRegistrationToken = false"
>
<gl-dropdown-form class="gl-p-4!">
<registration-token
v-if="showRegistrationToken"
input-id="token-value"
:value="currentRegistrationToken"
@copy="onCopy"
>
<registration-token input-id="token-value" :value="currentRegistrationToken" @copy="onCopy">
<template #label-description>
<gl-icon name="warning" class="gl-text-orange-500" />
<span class="gl-text-secondary">
Loading