Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c14af009
Commit
c14af009
authored
Nov 07, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/assets/javascripts/jobs/components/job_app.vue
parent
2048dd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/components/job_app.vue
+0
-18
No files found.
app/assets/javascripts/jobs/components/job_app.vue
View file @
c14af009
...
...
@@ -7,12 +7,9 @@ import { polyfillSticky } from '~/lib/utils/sticky';
import
bp
from
'
~/breakpoints
'
;
import
CiHeader
from
'
~/vue_shared/components/header_ci_component.vue
'
;
import
Callout
from
'
~/vue_shared/components/callout.vue
'
;
<<<<<<<
HEAD
// ee-only start
import
SharedRunner
from
'
ee/jobs/components/shared_runner_limit_block.vue
'
;
// ee-only end
=======
>>>>>>>
upstream
/
master
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
createStore
from
'
../store
'
;
import
EmptyState
from
'
./empty_state.vue
'
;
...
...
@@ -34,10 +31,7 @@ export default {
EmptyState
,
EnvironmentsBlock
,
ErasedBlock
,
<<<<<<<
HEAD
GlLoadingIcon
,
=======
>>>>>>>
upstream
/
master
Icon
,
Log
,
LogTopBar
,
...
...
@@ -260,28 +254,16 @@ export default {
:erased-at=
"job.erased_at"
/>
<<<<<<<
HEAD
<div
=======
<div
>
>>>>>> upstream/master
v-if=
"job.archived"
ref=
"sticky"
class=
"js-archived-job prepend-top-default archived-sticky sticky-top"
>
<<<<<<<
HEAD
<icon
name=
"lock"
class=
"align-text-bottom"
/>
=======
<icon
name=
"lock"
class=
"align-text-bottom"
/>
>>>>>>> upstream/master
{{
__
(
'
This job is archived. Only the complete pipeline can be retried.
'
)
}}
</div>
<!--job log -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment