Commit 05a07005 authored by Filipa Lacerda's avatar Filipa Lacerda

Updates mr widget to match CE code

The reports section was unnested in order to not show 2
borders
parent b9c19790
......@@ -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