Commit d85e1c2b authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fl-ce-to-ee-follow-up-reports' into 'master'

Updates mr widget to match CE code

See merge request gitlab-org/gitlab-ee!7965
parents 48b130d5 05a07005
......@@ -267,12 +267,12 @@ export default {
:head-path="mr.licenseManagement.head_path"
report-section-class="mr-widget-border-top"
/>
<grouped-test-reports-app
v-if="mr.testResultsPath"
class="js-reports-container"
:endpoint="mr.testResultsPath"
/>
<div class="mr-section-container">
<grouped-test-reports-app
v-if="mr.testResultsPath"
class="js-reports-container"
: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