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
b5cfb40c
Commit
b5cfb40c
authored
Jan 11, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict for app/assets/javascripts/environments/components/environments_table.vue [ci skip]
parent
44b69737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
app/assets/javascripts/environments/components/environments_table.vue
...avascripts/environments/components/environments_table.vue
+0
-13
No files found.
app/assets/javascripts/environments/components/environments_table.vue
View file @
b5cfb40c
...
...
@@ -87,12 +87,7 @@ export default {
</div>
<template
v-for=
"(model, i) in environments"
<<<<<<<
HEAD
:model=
"model"
>
=======
:model=
"model"
>
>>>>>>> upstream/master
<div
is=
"environment-item"
:model=
"model"
...
...
@@ -100,7 +95,6 @@ export default {
:can-read-environment=
"canReadEnvironment"
:key=
"i"
/>
<<<<<<<
HEAD
<div
v-if=
"model.hasDeployBoard && model.isDeployBoardVisible"
...
...
@@ -115,20 +109,13 @@ export default {
/>
</div>
</div>
=======
>>>>>>> upstream/master
<template
v-if=
"shouldRenderFolderContent(model)"
>
<div
v-if=
"model.isLoadingFolderContent"
<<<<<<<
HEAD
:key=
"i"
>
=======
:key=
"i"
>
>>>>>>> upstream/master
<loading-icon
size=
"2"
/>
</div>
...
...
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