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
a3dbbb87
Commit
a3dbbb87
authored
Aug 06, 2018
by
Sam Beckham
Committed by
Filipa Lacerda
Aug 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Open "View full report" in new window"
parent
b19ee556
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
4 deletions
+23
-4
ee/app/assets/javascripts/vue_shared/license_management/mr_widget_license_report.vue
...ue_shared/license_management/mr_widget_license_report.vue
+9
-2
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
..._shared/security_reports/grouped_security_reports_app.vue
+9
-2
ee/changelogs/unreleased/7124-open-view-full-report-in-new-window.yml
...s/unreleased/7124-open-view-full-report-in-new-window.yml
+5
-0
No files found.
ee/app/assets/javascripts/vue_shared/license_management/mr_widget_license_report.vue
View file @
a3dbbb87
<
script
>
import
{
mapState
,
mapGetters
,
mapActions
}
from
'
vuex
'
;
import
ReportSection
from
'
~/vue_shared/components/reports/report_section.vue
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
reportsMixin
from
'
ee/vue_shared/security_reports/mixins/reports_mixin
'
;
import
SetLicenseApprovalModal
from
'
ee/vue_shared/license_management/components/set_approval_status_modal.vue
'
;
import
{
componentNames
}
from
'
ee/vue_shared/components/reports/issue_body
'
;
...
...
@@ -16,6 +17,7 @@ export default {
components
:
{
ReportSection
,
SetLicenseApprovalModal
,
Icon
,
},
mixins
:
[
reportsMixin
],
props
:
{
...
...
@@ -110,9 +112,14 @@ export default {
>
<a
:href=
"licensesTab"
class=
"btn btn-default float-right btn-sm"
target=
"_blank"
class=
"btn btn-default btn-sm float-right"
>
{{
s__
(
"
ciReport|View full report
"
)
}}
<span>
{{
s__
(
"
ciReport|View full report
"
)
}}
</span>
<icon
:size=
"16"
name=
"external-link"
/>
</a>
</div>
</report-section>
...
...
ee/app/assets/javascripts/vue_shared/security_reports/grouped_security_reports_app.vue
View file @
a3dbbb87
...
...
@@ -3,6 +3,7 @@ import { mapActions, mapState, mapGetters } from 'vuex';
import
ReportSection
from
'
~/vue_shared/components/reports/report_section.vue
'
;
import
SummaryRow
from
'
~/vue_shared/components/reports/summary_row.vue
'
;
import
IssuesList
from
'
~/vue_shared/components/reports/issues_list.vue
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
{
componentNames
}
from
'
ee/vue_shared/components/reports/issue_body
'
;
import
IssueModal
from
'
./components/modal.vue
'
;
import
securityReportsMixin
from
'
./mixins/security_report_mixin
'
;
...
...
@@ -15,6 +16,7 @@ export default {
SummaryRow
,
IssuesList
,
IssueModal
,
Icon
,
},
mixins
:
[
securityReportsMixin
],
props
:
{
...
...
@@ -224,9 +226,14 @@ export default {
>
<a
:href=
"securityTab"
class=
"btn float-right btn-sm"
target=
"_blank"
class=
"btn btn-default btn-sm float-right"
>
{{
s__
(
"
ciReport|View full report
"
)
}}
<span>
{{
s__
(
"
ciReport|View full report
"
)
}}
</span>
<icon
:size=
"16"
name=
"external-link"
/>
</a>
</div>
...
...
ee/changelogs/unreleased/7124-open-view-full-report-in-new-window.yml
0 → 100644
View file @
a3dbbb87
---
title
:
Opens "view full report" links in a new window
merge_request
:
6806
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