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
7fc17e15
Commit
7fc17e15
authored
Nov 05, 2020
by
Paul Gascou-Vaillancourt
Committed by
Olena Horal-Koretska
Nov 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move changelog to EE directory
Since the code changed is in EE as well.
parent
4987712a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ee/app/assets/javascripts/security_dashboard/components/project_pipeline_status.vue
...security_dashboard/components/project_pipeline_status.vue
+2
-2
ee/changelogs/unreleased/276497-pipeline-status-widget-target-blank.yml
...unreleased/276497-pipeline-status-widget-target-blank.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/project_pipeline_status.vue
View file @
7fc17e15
...
...
@@ -59,13 +59,13 @@ export default {
<span
class=
"gl-font-weight-bold gl-mr-3"
>
{{
$options
.
i18n
.
lastUpdated
}}
</span>
<span
class=
"gl-white-space-nowrap"
>
<time-ago-tooltip
class=
"gl-pr-3"
:time=
"pipeline.createdAt"
/>
<gl-link
:href=
"pipeline.path"
target=
"_blank"
>
#
{{
pipeline
.
id
}}
</gl-link>
<gl-link
:href=
"pipeline.path"
>
#
{{
pipeline
.
id
}}
</gl-link>
<pipeline-status-badge
:pipeline=
"pipeline"
class=
"gl-ml-3"
/>
</span>
</div>
<div
v-if=
"autoFixMrsCount"
data-testid=
"auto-fix-mrs-link"
>
<span
class=
"gl-font-weight-bold gl-mr-3"
>
{{
$options
.
i18n
.
autoFixSolutions
}}
</span>
<gl-link
:href=
"autoFixMrsPath"
target=
"_blank"
class=
"gl-white-space-nowrap"
>
{{
<gl-link
:href=
"autoFixMrsPath"
class=
"gl-white-space-nowrap"
>
{{
sprintf
(
$options
.
i18n
.
autoFixMrsLink
,
{
mrsCount
:
autoFixMrsCount
}
)
}}
<
/gl-link
>
<
/div
>
...
...
ee/changelogs/unreleased/276497-pipeline-status-widget-target-blank.yml
0 → 100644
View file @
7fc17e15
---
title
:
Ooen pipeline status widget links in the same tab
merge_request
:
46893
author
:
type
:
changed
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