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
d8c55b7d
Commit
d8c55b7d
authored
May 19, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate and add translations
parent
d5147ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/pipelines/components/dag/dag.vue
app/assets/javascripts/pipelines/components/dag/dag.vue
+0
-12
No files found.
app/assets/javascripts/pipelines/components/dag/dag.vue
View file @
d8c55b7d
...
...
@@ -3,10 +3,7 @@ import { GlAlert } from '@gitlab/ui';
import
axios
from
'
~/lib/utils/axios_utils
'
;
export
default
{
<<<<<<<
HEAD
// eslint-disable-next-line @gitlab/require-i18n-strings
=======
>>>>>>>
Add
DAG
scaffolding
name
:
'
Dag
'
,
components
:
{
GlAlert
,
...
...
@@ -23,7 +20,6 @@ export default {
showFailureAlert
:
false
,
};
},
<<<<<<<
HEAD
computed
:
{
shouldDisplayGraph
()
{
return
!
this
.
showFailureAlert
;
...
...
@@ -31,11 +27,6 @@ export default {
},
mounted
()
{
const
{
drawGraph
,
reportFailure
}
=
this
;
=======
mounted
()
{
const
drawGraph
=
this
.
drawGraph
;
const
reportFailure
=
this
.
reportFailure
;
>>>>>>>
Add
DAG
scaffolding
if
(
!
this
.
graphUrl
)
{
reportFailure
();
...
...
@@ -49,14 +40,11 @@ export default {
})
.
catch
(
reportFailure
);
},
<<<<<<<
HEAD
=======
computed
:
{
shouldDisplayGraph
()
{
return
!
this
.
showFailureAlert
;
},
},
>>>>>>>
Add
DAG
scaffolding
methods
:
{
drawGraph
(
data
)
{
return
data
;
...
...
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