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
2de1d608
Commit
2de1d608
authored
Feb 08, 2018
by
Shah El-Rahman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts with 'app/assets/javascripts/pipelines/components/async_button.vue'
parent
89d4144c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
app/assets/javascripts/pipelines/components/async_button.vue
app/assets/javascripts/pipelines/components/async_button.vue
+0
-14
No files found.
app/assets/javascripts/pipelines/components/async_button.vue
View file @
2de1d608
...
...
@@ -32,15 +32,9 @@
type
:
String
,
required
:
true
,
},
<<<<<<<
HEAD
confirmActionMessage
:
{
type
:
String
,
required
:
false
,
=======
id
:
{
type
:
Number
,
required
:
true
,
>>>>>>>
upstream
/
master
},
},
...
...
@@ -56,18 +50,10 @@
},
methods
:
{
onClick
()
{
<<<<<<<
HEAD
if
(
this
.
confirmActionMessage
&&
confirm
(
this
.
confirmActionMessage
))
{
this
.
makeRequest
();
}
else
if
(
!
this
.
confirmActionMessage
)
{
this
.
makeRequest
();
}
=======
eventHub
.
$emit
(
'
actionConfirmationModal
'
,
{
id
:
this
.
id
,
callback
:
this
.
makeRequest
,
});
>>>>>>>
upstream
/
master
},
makeRequest
()
{
this
.
isLoading
=
true
;
...
...
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