Reduce differences between CE and EE code base in reports components
This commit is contained in:
parent
ce2f1ec86a
commit
03351199df
3 changed files with 9 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<script>
|
||||
import IssuesBlock from './report_issues.vue';
|
||||
import IssuesBlock from '~/reports/components/report_issues.vue';
|
||||
import {
|
||||
STATUS_SUCCESS,
|
||||
STATUS_FAILED,
|
||||
STATUS_NEUTRAL,
|
||||
} from '../constants';
|
||||
} from '~/reports/constants';
|
||||
|
||||
/**
|
||||
* Renders block of issues
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import IssueStatusIcon from './issue_status_icon.vue';
|
||||
import { components, componentNames } from './issue_body';
|
||||
import IssueStatusIcon from '~/reports/components/issue_status_icon.vue';
|
||||
import { components, componentNames } from '~/reports/components/issue_body';
|
||||
|
||||
export default {
|
||||
name: 'ReportIssues',
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Reduce differences between CE and EE code base in reports components
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue