Commit 310d57b8 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes conflicts for app/assets/javascripts/jobs/components/job_app.vue

parent bd62294d
...@@ -5,12 +5,9 @@ ...@@ -5,12 +5,9 @@
import bp from '~/breakpoints'; import bp from '~/breakpoints';
import CiHeader from '~/vue_shared/components/header_ci_component.vue'; import CiHeader from '~/vue_shared/components/header_ci_component.vue';
import Callout from '~/vue_shared/components/callout.vue'; import Callout from '~/vue_shared/components/callout.vue';
<<<<<<< HEAD
// ee-only start // ee-only start
import SharedRunner from 'ee/jobs/components/shared_runner_limit_block.vue'; import SharedRunner from 'ee/jobs/components/shared_runner_limit_block.vue';
// ee-only end // ee-only end
=======
>>>>>>> upstream/master
import createStore from '../store'; import createStore from '../store';
import EmptyState from './empty_state.vue'; import EmptyState from './empty_state.vue';
import EnvironmentsBlock from './environments_block.vue'; import EnvironmentsBlock from './environments_block.vue';
...@@ -32,10 +29,7 @@ ...@@ -32,10 +29,7 @@
Log, Log,
LogTopBar, LogTopBar,
StuckBlock, StuckBlock,
<<<<<<< HEAD
SharedRunner, SharedRunner,
=======
>>>>>>> upstream/master
Sidebar, Sidebar,
}, },
props: { props: {
...@@ -88,10 +82,7 @@ ...@@ -88,10 +82,7 @@
'shouldRenderTriggeredLabel', 'shouldRenderTriggeredLabel',
'hasEnvironment', 'hasEnvironment',
'isJobStuck', 'isJobStuck',
<<<<<<< HEAD
'shouldRenderSharedRunnerLimitWarning', 'shouldRenderSharedRunnerLimitWarning',
=======
>>>>>>> upstream/master
'hasTrace', 'hasTrace',
'emptyStateIllustration', 'emptyStateIllustration',
'isScrollingDown', 'isScrollingDown',
......
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