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
20473940
Commit
20473940
authored
Jan 11, 2021
by
Fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment of vuln name
* In Pipeline Security tab
parent
d4477f11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+3
-2
ee/changelogs/unreleased/294410-fix-vuln-name.yml
ee/changelogs/unreleased/294410-fix-vuln-name.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
20473940
...
...
@@ -139,7 +139,8 @@ export default {
<template
v-else
>
<gl-button
ref=
"vulnerability-title"
class=
"text-body"
class=
"text-body gl-display-grid"
button-text-classes=
"gl-text-left gl-white-space-normal! gl-pr-4!"
variant=
"link"
@
click=
"openModal(
{ vulnerability })"
>
{{
vulnerability
.
name
}}
</gl-button
...
...
@@ -160,7 +161,7 @@ export default {
:issue=
"vulnerability.issue_feedback"
:project-name=
"vulnerability.project.name"
/>
<br
/>
<small
v-if=
"vulnerabilityNamespace"
class=
"gl-text-gray-500 gl-word-break-all"
>
{{ vulnerabilityNamespace }}
</small>
...
...
ee/changelogs/unreleased/294410-fix-vuln-name.yml
0 → 100644
View file @
20473940
---
title
:
Fix alignent of vuln names in Security tab
merge_request
:
author
:
type
:
fixed
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