Commit 2ff20c6d authored by Jannik Lehmann's avatar Jannik Lehmann

Replace GlDeprecatedBadge in license_compliance/components/app

parent e345840a
...@@ -7,7 +7,7 @@ import { ...@@ -7,7 +7,7 @@ import {
GlIcon, GlIcon,
GlTab, GlTab,
GlTabs, GlTabs,
GlDeprecatedBadge as GlBadge, GlBadge,
GlAlert, GlAlert,
} from '@gitlab/ui'; } from '@gitlab/ui';
import { LICENSE_MANAGEMENT } from 'ee/vue_shared/license_compliance/store/constants'; import { LICENSE_MANAGEMENT } from 'ee/vue_shared/license_compliance/store/constants';
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
<gl-tab data-testid="licensesTab"> <gl-tab data-testid="licensesTab">
<template #title> <template #title>
<span data-testid="licensesTabTitle">{{ s__('Licenses|Detected in Project') }}</span> <span data-testid="licensesTabTitle">{{ s__('Licenses|Detected in Project') }}</span>
<gl-badge pill>{{ licenseCount }}</gl-badge> <gl-badge>{{ licenseCount }}</gl-badge>
</template> </template>
<detected-licenses-table /> <detected-licenses-table />
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
<span data-qa-selector="policies_tab" data-testid="policiesTabTitle">{{ <span data-qa-selector="policies_tab" data-testid="policiesTabTitle">{{
s__('Licenses|Policies') s__('Licenses|Policies')
}}</span> }}</span>
<gl-badge pill>{{ policyCount }}</gl-badge> <gl-badge>{{ policyCount }}</gl-badge>
</template> </template>
<license-management /> <license-management />
......
...@@ -8,7 +8,7 @@ import { ...@@ -8,7 +8,7 @@ import {
GlTab, GlTab,
GlTabs, GlTabs,
GlAlert, GlAlert,
GlDeprecatedBadge as GlBadge, GlBadge,
} from '@gitlab/ui'; } from '@gitlab/ui';
import { TEST_HOST } from 'helpers/test_constants'; import { TEST_HOST } from 'helpers/test_constants';
import setWindowLocation from 'helpers/set_window_location_helper'; import setWindowLocation from 'helpers/set_window_location_helper';
......
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