Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
764721dd
Commit
764721dd
authored
Jan 14, 2022
by
Mark Florian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate legacy icon badge usage
parent
4844ca81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
ee/app/assets/javascripts/license_compliance/components/licenses_table_row.vue
...ipts/license_compliance/components/licenses_table_row.vue
+2
-6
No files found.
ee/app/assets/javascripts/license_compliance/components/licenses_table_row.vue
View file @
764721dd
...
...
@@ -3,7 +3,6 @@ import {
GlLink
,
GlDeprecatedSkeletonLoading
as
GlSkeletonLoading
,
GlBadge
,
GlIcon
,
GlFriendlyWrap
,
}
from
'
@gitlab/ui
'
;
import
{
LICENSE_APPROVAL_CLASSIFICATION
}
from
'
ee/vue_shared/license_compliance/constants
'
;
...
...
@@ -16,7 +15,6 @@ export default {
GlLink
,
GlSkeletonLoading
,
GlBadge
,
GlIcon
,
GlFriendlyWrap
,
},
props
:
{
...
...
@@ -81,10 +79,8 @@ export default {
<div
class=
"table-mobile-content d-md-flex justify-content-between align-items-center"
>
<license-component-links
:components=
"license.components"
:title=
"license.name"
/>
<div
v-if=
"isDenied"
class=
"d-inline-block"
>
<!-- This badge usage will be simplified in https://gitlab.com/gitlab-org/gitlab/-/issues/213789 -->
<gl-badge
variant=
"warning"
>
<gl-icon
name=
"warning"
class=
"mr-1"
/>
<span>
{{ s__('Licenses|Policy violation: denied') }}
</span>
<gl-badge
variant=
"warning"
icon=
"warning"
>
{{ s__('Licenses|Policy violation: denied') }}
</gl-badge>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment