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
840682c0
Commit
840682c0
authored
Nov 08, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makes the vulnerability link on GSD a gl-button
Where GSD is Group Security Dashboard
parent
0ecedf74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+6
-4
ee/changelogs/unreleased/8341-use-hand-cursort-pointer-when-hovering-the-vulnerability-title-on-group-security-dashboard.yml
...g-the-vulnerability-title-on-group-security-dashboard.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
840682c0
<
script
>
import
{
mapActions
}
from
'
vuex
'
;
import
{
GlSkeletonLoading
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
Gl
Button
,
Gl
SkeletonLoading
}
from
'
@gitlab-org/gitlab-ui
'
;
import
SeverityBadge
from
'
ee/vue_shared/security_reports/components/severity_badge.vue
'
;
import
VulnerabilityActionButtons
from
'
./vulnerability_action_buttons.vue
'
;
import
VulnerabilityIssueLink
from
'
./vulnerability_issue_link.vue
'
;
...
...
@@ -9,6 +9,7 @@ export default {
name
:
'
SecurityDashboardTableRow
'
,
components
:
{
SeverityBadge
,
GlButton
,
GlSkeletonLoading
,
VulnerabilityActionButtons
,
VulnerabilityIssueLink
,
...
...
@@ -83,11 +84,12 @@ export default {
:lines=
"2"
/>
<div
v-else
>
<span
class=
"js-vulnerability-info"
<gl-button
class=
"btn js-vulnerability-info"
variant=
"blank"
:class=
"
{ strikethrough: isDismissed }"
@click="openModal({ vulnerability })"
>
{{
vulnerability
.
name
}}
</
spa
n>
>
{{
vulnerability
.
name
}}
</
gl-butto
n>
<vulnerability-issue-link
v-if=
"hasIssue"
class=
"prepend-left-10"
...
...
ee/changelogs/unreleased/8341-use-hand-cursort-pointer-when-hovering-the-vulnerability-title-on-group-security-dashboard.yml
0 → 100644
View file @
840682c0
---
title
:
Makes the vulnerability name on the Group Security Dashboard a button for better A11y
merge_request
:
8341
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