Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 06:08:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 06:08:19 +0300
commit226c5810c9f0171ba0daceb1cd3d72b43860647a (patch)
treec791cdd58ba0adcdd9b8f75a3c8c10a2c87bb0db /app/assets/javascripts/feature_flags
parent68e6b85dfa8944ed0dd0717fb0e1e572a8b63fdc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/feature_flags')
-rw-r--r--app/assets/javascripts/feature_flags/components/feature_flags.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/feature_flags/components/feature_flags.vue b/app/assets/javascripts/feature_flags/components/feature_flags.vue
index 53909dcf42e..c86a9fce050 100644
--- a/app/assets/javascripts/feature_flags/components/feature_flags.vue
+++ b/app/assets/javascripts/feature_flags/components/feature_flags.vue
@@ -161,7 +161,7 @@ export default {
<gl-button
v-if="canUserConfigure"
v-gl-modal="'configure-feature-flags'"
- variant="info"
+ variant="confirm"
category="secondary"
data-qa-selector="configure_feature_flags_button"
data-testid="ff-configure-button"
@@ -197,7 +197,7 @@ export default {
:href="userListPath"
variant="confirm"
category="tertiary"
- class="gl-mb-0 gl-mr-4"
+ class="gl-mb-0 gl-mr-3"
data-testid="ff-user-list-button"
>
{{ s__('FeatureFlags|View user lists') }}
@@ -205,11 +205,11 @@ export default {
<gl-button
v-if="canUserConfigure"
v-gl-modal="'configure-feature-flags'"
- variant="info"
+ variant="confirm"
category="secondary"
data-qa-selector="configure_feature_flags_button"
data-testid="ff-configure-button"
- class="gl-mb-0 gl-mr-4"
+ class="gl-mb-0 gl-mr-3"
>
{{ s__('FeatureFlags|Configure') }}
</gl-button>