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
634a6d35
Commit
634a6d35
authored
Jun 08, 2020
by
Illya Klymov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '216932-fix-alignment' into 'master'
Fix the alingment issues See merge request gitlab-org/gitlab!33855
parents
315e9e46
f4b8d2da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ee/app/assets/javascripts/vue_shared/security_reports/components/severity_badge.vue
...vue_shared/security_reports/components/severity_badge.vue
+1
-1
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_list.vue
...scripts/vulnerabilities/components/vulnerability_list.vue
+5
-1
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/components/severity_badge.vue
View file @
634a6d35
...
@@ -56,7 +56,7 @@ export default {
...
@@ -56,7 +56,7 @@ export default {
</
script
>
</
script
>
<
template
>
<
template
>
<div
v-if=
"hasSeverityBadge"
class=
"severity-badge text-left text-nowrap gl-text-gray-900"
>
<div
v-if=
"hasSeverityBadge"
class=
"severity-badge text-
sm-
left text-nowrap gl-text-gray-900"
>
<span
:class=
"className"
<span
:class=
"className"
><gl-icon
v-tooltip=
"tooltipTitle"
:name=
"iconName"
:size=
"12"
class=
"gl-mr-3"
><gl-icon
v-tooltip=
"tooltipTitle"
:name=
"iconName"
:size=
"12"
class=
"gl-mr-3"
/></span>
/></span>
...
...
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_list.vue
View file @
634a6d35
...
@@ -172,7 +172,11 @@ export default {
...
@@ -172,7 +172,11 @@ export default {
</
template
>
</
template
>
<
template
#cell(checkbox)=
"{ item }"
>
<
template
#cell(checkbox)=
"{ item }"
>
<gl-form-checkbox
:checked=
"isSelected(item)"
@
change=
"toggleVulnerability(item)"
/>
<gl-form-checkbox
class=
"d-inline-block mr-0"
:checked=
"isSelected(item)"
@
change=
"toggleVulnerability(item)"
/>
</
template
>
</
template
>
<
template
#cell(state)=
"{ item }"
>
<
template
#cell(state)=
"{ item }"
>
...
...
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