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
8d7b6146
Commit
8d7b6146
authored
Dec 15, 2020
by
Taurie Davis
Committed by
Martin Wortschack
Dec 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deprecated button on pipeline security table
parent
942be4c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
changelogs/unreleased/219852-deprecated-button.yml
changelogs/unreleased/219852-deprecated-button.yml
+5
-0
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+6
-6
No files found.
changelogs/unreleased/219852-deprecated-button.yml
0 → 100644
View file @
8d7b6146
---
title
:
Update deprecated button on pipeline security table
merge_request
:
49620
author
:
type
:
changed
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
8d7b6146
<
script
>
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
Gl
Deprecated
Button
,
GlButton
,
GlFormCheckbox
,
GlDeprecatedSkeletonLoading
as
GlSkeletonLoading
,
GlSprintf
,
...
...
@@ -17,7 +17,7 @@ import { DASHBOARD_TYPES } from '../store/constants';
export
default
{
name
:
'
SecurityDashboardTableRow
'
,
components
:
{
Gl
Deprecated
Button
,
GlButton
,
GlFormCheckbox
,
GlSkeletonLoading
,
GlSprintf
,
...
...
@@ -128,12 +128,12 @@ export default {
>
<gl-skeleton-loading
v-if=
"isLoading"
class=
"mt-2 js-skeleton-loader"
:lines=
"2"
/>
<template
v-else
>
<gl-
deprecated-
button
<gl-button
ref=
"vulnerability-title"
class=
"
d-inline gl-reset-line-height gl-reset-text-align gl-white-space-normal
"
variant=
"
bla
nk"
class=
"
text-body
"
variant=
"
li
nk"
@
click=
"openModal(
{ vulnerability })"
>
{{
vulnerability
.
name
}}
</gl-
deprecated-
button
>
{{
vulnerability
.
name
}}
</gl-button
>
<template
v-if=
"isDismissed"
>
<gl-icon
...
...
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