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
b2f43329
Commit
b2f43329
authored
Mar 15, 2021
by
Natalia Tepluhina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mrincon-improve-ref-name' into 'master'
Improve ref name See merge request gitlab-org/gitlab!55852
parents
417f8d17
86bbb60c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_stage.vue
...ts/pipelines/components/pipelines_list/pipeline_stage.vue
+3
-3
No files found.
app/assets/javascripts/pipelines/components/pipelines_list/pipeline_stage.vue
View file @
b2f43329
...
...
@@ -80,7 +80,7 @@ export default {
this
.
isLoading
=
false
;
})
.
catch
(()
=>
{
this
.
$refs
.
stageGlD
ropdown
.
hide
();
this
.
$refs
.
d
ropdown
.
hide
();
this
.
isLoading
=
false
;
Flash
(
__
(
'
Something went wrong on our end.
'
));
...
...
@@ -91,7 +91,7 @@ export default {
},
pipelineActionRequestComplete
()
{
// close the dropdown in MR widget
this
.
$refs
.
stageGlD
ropdown
.
hide
();
this
.
$refs
.
d
ropdown
.
hide
();
// warn the pipelines table to update
this
.
$emit
(
'
pipelineActionRequestComplete
'
);
...
...
@@ -102,7 +102,7 @@ export default {
<
template
>
<gl-dropdown
ref=
"
stageGlD
ropdown"
ref=
"
d
ropdown"
v-gl-tooltip
.
hover
data-testid=
"mini-pipeline-graph-dropdown"
:title=
"stage.title"
...
...
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