Commit c14af009 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/assets/javascripts/jobs/components/job_app.vue

parent 2048dd2e
...@@ -7,12 +7,9 @@ import { polyfillSticky } from '~/lib/utils/sticky'; ...@@ -7,12 +7,9 @@ import { polyfillSticky } from '~/lib/utils/sticky';
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 Icon from '~/vue_shared/components/icon.vue'; import Icon from '~/vue_shared/components/icon.vue';
import createStore from '../store'; import createStore from '../store';
import EmptyState from './empty_state.vue'; import EmptyState from './empty_state.vue';
...@@ -34,10 +31,7 @@ export default { ...@@ -34,10 +31,7 @@ export default {
EmptyState, EmptyState,
EnvironmentsBlock, EnvironmentsBlock,
ErasedBlock, ErasedBlock,
<<<<<<< HEAD
GlLoadingIcon, GlLoadingIcon,
=======
>>>>>>> upstream/master
Icon, Icon,
Log, Log,
LogTopBar, LogTopBar,
...@@ -260,28 +254,16 @@ export default { ...@@ -260,28 +254,16 @@ export default {
:erased-at="job.erased_at" :erased-at="job.erased_at"
/> />
<<<<<<< HEAD
<div <div
=======
<div
>>>>>>> upstream/master
v-if="job.archived" v-if="job.archived"
ref="sticky" ref="sticky"
class="js-archived-job prepend-top-default archived-sticky sticky-top" class="js-archived-job prepend-top-default archived-sticky sticky-top"
> >
<<<<<<< HEAD
<icon <icon
name="lock" name="lock"
class="align-text-bottom" class="align-text-bottom"
/> />
=======
<icon
name="lock"
class="align-text-bottom"
/>
>>>>>>> upstream/master
{{ __('This job is archived. Only the complete pipeline can be retried.') }} {{ __('This job is archived. Only the complete pipeline can be retried.') }}
</div> </div>
<!--job log --> <!--job log -->
......
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