Commit f0d8f093 authored by Shinya Maeda's avatar Shinya Maeda

Sync mr_widget_options.vue to show test reports in mr widget. Fix redandant...

Sync mr_widget_options.vue to show test reports in mr widget. Fix redandant issue items from issues_list.vue
parent c38626b1
......@@ -63,24 +63,6 @@ export default {
is-new
/>
<issues-block
v-if="newIssues.length"
:component="component"
:issues="newIssues"
class="js-mr-code-new-issues"
status="failed"
is-new
/>
<issues-block
v-if="newIssues.length"
:component="component"
:issues="newIssues"
class="js-mr-code-new-issues"
status="failed"
is-new
/>
<issues-block
v-if="unresolvedIssues.length"
:component="component"
......
......@@ -267,6 +267,10 @@ export default {
report-section-class="mr-widget-border-top"
/>
<div class="mr-section-container">
<grouped-test-reports-app
v-if="mr.testResultsPath"
:endpoint="mr.testResultsPath"
/>
<div class="mr-widget-section">
<component
:is="componentName"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment