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 21:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-31 21:08:16 +0300
commit7dd006b7ab8404228ebc78c0eb3fff7ca10d93f4 (patch)
tree31ac97961906b858d7e7b85e354f239d9abc0cf1 /app/assets/javascripts/google_cloud
parenteb6b17504921dc3b8c22715b9ec7790a34b4abe0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/google_cloud')
-rw-r--r--app/assets/javascripts/google_cloud/components/service_accounts_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/google_cloud/components/service_accounts_list.vue b/app/assets/javascripts/google_cloud/components/service_accounts_list.vue
index 37b716d7be5..4b580c594f5 100644
--- a/app/assets/javascripts/google_cloud/components/service_accounts_list.vue
+++ b/app/assets/javascripts/google_cloud/components/service_accounts_list.vue
@@ -67,7 +67,7 @@ export default {
</template>
</gl-table>
- <gl-button :href="createUrl" category="primary" variant="info">
+ <gl-button :href="createUrl" category="primary" variant="confirm">
{{ $options.i18n.createServiceAccount }}
</gl-button>