Reduce differences between CE and EE code base in reports components

This commit is contained in:
Filipa Lacerda 2018-08-10 09:04:45 +01:00
parent ce2f1ec86a
commit 03351199df
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8
3 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -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',

View file

@ -0,0 +1,5 @@
---
title: Reduce differences between CE and EE code base in reports components
merge_request:
author:
type: other