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
44c14a47
Commit
44c14a47
authored
Mar 20, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in environments components
parent
93f3e906
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
22 deletions
+2
-22
app/assets/javascripts/environments/components/environment.js
...assets/javascripts/environments/components/environment.js
+0
-4
app/assets/javascripts/environments/components/environment_item.js
...s/javascripts/environments/components/environment_item.js
+0
-8
app/assets/javascripts/environments/components/environments_table.js
...javascripts/environments/components/environments_table.js
+2
-10
No files found.
app/assets/javascripts/environments/components/environment.js
View file @
44c14a47
...
...
@@ -57,7 +57,6 @@ export default Vue.component('environment-component', {
canCreateEnvironmentParsed
()
{
return
gl
.
utils
.
convertPermissionToBoolean
(
this
.
canCreateEnvironment
);
},
<<<<<<<
HEAD
/**
* Pagination should only be rendered when we have information about it and when the
...
...
@@ -68,9 +67,6 @@ export default Vue.component('environment-component', {
shouldRenderPagination
()
{
return
this
.
state
.
paginationInformation
&&
this
.
state
.
paginationInformation
.
totalPages
>
1
;
},
=======
>>>>>>>
ce
-
com
/
master
},
/**
...
...
app/assets/javascripts/environments/components/environment_item.js
View file @
44c14a47
...
...
@@ -13,14 +13,6 @@ import RollbackComponent from './environment_rollback';
import
TerminalButtonComponent
from
'
./environment_terminal_button
'
;
import
CommitComponent
from
'
../../vue_shared/components/commit
'
;
<<<<<<<
HEAD
=======
/**
* Envrionment Item Component
*
* Renders a table row for each environment.
*/
>>>>>>>
ce
-
com
/
master
const
timeagoInstance
=
new
Timeago
();
export
default
{
...
...
app/assets/javascripts/environments/components/environments_table.js
View file @
44c14a47
...
...
@@ -4,21 +4,13 @@
* Dumb component used to render top level environments and
* the folder view.
*/
<<<<<<<
HEAD
import
EnvironmentItem
from
'
./environment_item
'
;
import
DeployBoard
from
'
./deploy_board_component
'
;
export
default
{
components
:
{
EnvironmentItem
,
DeployBoard
,
=======
import
EnvironmentTableRowComponent
from
'
./environment_item
'
;
import
DeployBoard
from
'
./deploy_board_component
'
;
export
default
{
components
:
{
'
environment-item
'
:
EnvironmentTableRowComponent
,
>>>>>>>
ce
-
com
/
master
DeployBoard
,
},
props
:
{
...
...
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