Commit 80d1f30a authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'replace-GlDeprecatedBadge-in-environments-dashboard' into 'master'

Replaced GlDeprecatedBadge with GlBadge for environments_dashboard

See merge request gitlab-org/gitlab!45679
parents d35fc414 f2ef0f11
<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