Commit 023fc646 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'replace-GLDeprecatedBadge-in-clusters.vue' into 'master'

Replaced GlDeprecated Badge in clusters.vue

See merge request gitlab-org/gitlab!46165
parents 6a1d4da5 d1fcde28
<script> <script>
import { mapState, mapActions } from 'vuex'; import { mapState, mapActions } from 'vuex';
import { import {
GlDeprecatedBadge as GlBadge, GlBadge,
GlLink, GlLink,
GlLoadingIcon, GlLoadingIcon,
GlPagination, GlPagination,
...@@ -294,7 +294,7 @@ export default { ...@@ -294,7 +294,7 @@ export default {
</template> </template>
<template #cell(cluster_type)="{value}"> <template #cell(cluster_type)="{value}">
<gl-badge variant="light"> <gl-badge variant="muted">
{{ value }} {{ value }}
</gl-badge> </gl-badge>
</template> </template>
......
---
title: Replaced GlDeprecated Badge in clusters.vue
merge_request: 46165
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment