Commit f2ef0f11 authored by Jannik Lehmann's avatar Jannik Lehmann Committed by Jacques Erasmus

Replaced GlDeprecatedBadge with GlBadge for environments_dashboard

parent 68ff9957
<script>
import { escape, isEmpty } from 'lodash';
import { GlTooltipDirective, GlLink, GlDeprecatedBadge as GlBadge, GlIcon } from '@gitlab/ui';
import { GlTooltipDirective, GlLink, GlBadge, GlIcon } from '@gitlab/ui';
import Alerts from 'ee/vue_shared/dashboards/components/alerts.vue';
import TimeAgo from 'ee/vue_shared/dashboards/components/time_ago.vue';
import { STATUS_FAILED } from 'ee/vue_shared/dashboards/constants';
......@@ -147,7 +147,7 @@ export default {
>
{{ buildName }}
</gl-link>
<gl-badge v-else v-gl-tooltip="jobTooltip" variant="primary">{{ buildName }}</gl-badge>
<gl-badge v-else v-gl-tooltip="jobTooltip" variant="info">{{ buildName }}</gl-badge>
</div>
<commit
:tag="lastDeployment.tag"
......
---
title: Replaced GlDeprecatedBadge with GlBadge for environments_dashboard
merge_request: 45679
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