Commit d1fcde28 authored by Jannik Lehmann's avatar Jannik Lehmann Committed by Brandon Labuschagne

Replaced GlDeprecated Badge in clusters.vue

parent 779878fd
<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