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
b675b6b8
Commit
b675b6b8
authored
6 years ago
by
Filipa Lacerda
Committed by
Mike Greiling
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "pipeline's page shows vue error on master"
parent
10836664
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/pipelines/components/pipelines_table.vue
...sets/javascripts/pipelines/components/pipelines_table.vue
+1
-1
app/assets/javascripts/pipelines/components/pipelines_table_row.vue
.../javascripts/pipelines/components/pipelines_table_row.vue
+1
-1
No files found.
app/assets/javascripts/pipelines/components/pipelines_table.vue
View file @
b675b6b8
...
...
@@ -35,7 +35,7 @@ export default {
},
data
()
{
return
{
pipelineId
:
''
,
pipelineId
:
0
,
endpoint
:
''
,
cancelingPipeline
:
null
,
};
...
...
This diff is collapsed.
Click to expand it.
app/assets/javascripts/pipelines/components/pipelines_table_row.vue
View file @
b675b6b8
...
...
@@ -47,7 +47,7 @@ export default {
required
:
true
,
},
cancelingPipeline
:
{
type
:
String
,
type
:
Number
,
required
:
false
,
default
:
null
,
},
...
...
This diff is collapsed.
Click to expand it.
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