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
25a63e85
Commit
25a63e85
authored
Apr 28, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
6bacbe5d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
27 deletions
+0
-27
app/assets/javascripts/environments/components/environment.vue
...ssets/javascripts/environments/components/environment.vue
+0
-9
app/assets/javascripts/environments/folder/environments_folder_bundle.js
...scripts/environments/folder/environments_folder_bundle.js
+0
-10
app/assets/javascripts/environments/folder/environments_folder_view.vue
...ascripts/environments/folder/environments_folder_view.vue
+0
-8
No files found.
app/assets/javascripts/environments/components/environment.vue
View file @
25a63e85
...
@@ -179,11 +179,7 @@ export default {
...
@@ -179,11 +179,7 @@ export default {
</span>
</span>
</a>
</a>
</li>
</li>
<<<<<<<
HEAD:app
/
assets
/
javascripts
/
environments
/
components
/
environment
.
vue
<li
:class=
"
{ active : scope === 'stopped' }">
=======
<li
:class=
"
{ 'active' : scope === 'stopped' }">
<li
:class=
"
{ 'active' : scope === 'stopped' }">
>>>>>>> upstream/master:app/assets/javascripts/environments/components/environment.vue
<a
:href=
"projectStoppedEnvironmentsPath"
>
<a
:href=
"projectStoppedEnvironmentsPath"
>
Stopped
Stopped
<span
class=
"badge js-stopped-environments-count"
>
<span
class=
"badge js-stopped-environments-count"
>
...
@@ -249,12 +245,7 @@ export default {
...
@@ -249,12 +245,7 @@ export default {
:is-loading-folder-content=
"isLoadingFolderContent"
/>
:is-loading-folder-content=
"isLoadingFolderContent"
/>
</div>
</div>
<<<<<<<
HEAD:app
/
assets
/
javascripts
/
environments
/
components
/
environment
.
vue
<table-pagination
v-if=
"state.paginationInformation && state.paginationInformation.totalPages > 1"
=======
<table-pagination
v-if=
"state.paginationInformation && state.paginationInformation.totalPages > 1"
<table-pagination
v-if=
"state.paginationInformation && state.paginationInformation.totalPages > 1"
>
>>>>>> upstream/master:app/assets/javascripts/environments/components/environment.vue
:change=
"changePage"
:change=
"changePage"
:pageInfo=
"state.paginationInformation"
/>
:pageInfo=
"state.paginationInformation"
/>
</div>
</div>
...
...
app/assets/javascripts/environments/folder/environments_folder_bundle.js
View file @
25a63e85
import
Vue
from
'
vue
'
;
import
Vue
from
'
vue
'
;
import
EnvironmentsFolderComponent
from
'
./environments_folder_view.vue
'
;
import
EnvironmentsFolderComponent
from
'
./environments_folder_view.vue
'
;
<<<<<<<
HEAD
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
new
Vue
({
el
:
'
#environments-folder-list-view
'
,
components
:
{
'
environments-folder-app
'
:
EnvironmentsFolderComponent
,
},
render
:
createElement
=>
createElement
(
'
environments-folder-app
'
),
}));
=======
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
// eslint-disable-next-line no-new
// eslint-disable-next-line no-new
new
Vue
({
new
Vue
({
...
@@ -20,4 +11,3 @@ document.addEventListener('DOMContentLoaded', () => {
...
@@ -20,4 +11,3 @@ document.addEventListener('DOMContentLoaded', () => {
render
:
createElement
=>
createElement
(
'
environments-folder-app
'
),
render
:
createElement
=>
createElement
(
'
environments-folder-app
'
),
});
});
});
});
>>>>>>>
upstream
/
master
app/assets/javascripts/environments/folder/environments_folder_view.vue
View file @
25a63e85
...
@@ -141,11 +141,7 @@ export default {
...
@@ -141,11 +141,7 @@ export default {
</h4>
</h4>
<ul
class=
"nav-links"
>
<ul
class=
"nav-links"
>
<<<<<<<
HEAD:app
/
assets
/
javascripts
/
environments
/
folder
/
environments_folder_view
.
vue
<li
:class=
"
{ active: scope === null || scope === 'available' }">
=======
<li
:class=
"
{ 'active': scope === null || scope === 'available' }">
<li
:class=
"
{ 'active': scope === null || scope === 'available' }">
>>>>>>> upstream/master:app/assets/javascripts/environments/folder/environments_folder_view.vue
<a
<a
:href=
"availablePath"
:href=
"availablePath"
class=
"js-available-environments-folder-tab"
>
class=
"js-available-environments-folder-tab"
>
...
@@ -155,11 +151,7 @@ export default {
...
@@ -155,11 +151,7 @@ export default {
</span>
</span>
</a>
</a>
</li>
</li>
<<<<<<<
HEAD:app
/
assets
/
javascripts
/
environments
/
folder
/
environments_folder_view
.
vue
<li
:class=
"
{ active : scope === 'stopped' }">
=======
<li
:class=
"
{ 'active' : scope === 'stopped' }">
<li
:class=
"
{ 'active' : scope === 'stopped' }">
>>>>>>> upstream/master:app/assets/javascripts/environments/folder/environments_folder_view.vue
<a
<a
:href=
"stoppedPath"
:href=
"stoppedPath"
class=
"js-stopped-environments-folder-tab"
>
class=
"js-stopped-environments-folder-tab"
>
...
...
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