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>
import { mapState, mapActions } from 'vuex';
import {
GlDeprecatedBadge as GlBadge,
GlBadge,
GlLink,
GlLoadingIcon,
GlPagination,
......@@ -294,7 +294,7 @@ export default {
</template>
<template #cell(cluster_type)="{value}">
<gl-badge variant="light">
<gl-badge variant="muted">
{{ value }}
</gl-badge>
</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