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
4d590cdf
Commit
4d590cdf
authored
Oct 29, 2020
by
Sarah Groff Hennigh-Palermo
Committed by
Jose Ivan Vargas
Oct 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Job dropdown: Hide tooltip explicitly on click
parent
e14e780c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
app/assets/javascripts/pipelines/components/graph/job_item.vue
...ssets/javascripts/pipelines/components/graph/job_item.vue
+4
-1
changelogs/unreleased/job-dropdown-click.yml
changelogs/unreleased/job-dropdown-click.yml
+5
-0
No files found.
app/assets/javascripts/pipelines/components/graph/job_item.vue
View file @
4d590cdf
...
...
@@ -119,6 +119,9 @@ export default {
},
},
methods
:
{
hideTooltips
()
{
this
.
$root
.
$emit
(
'
bv::hide::tooltip
'
);
},
pipelineActionRequestComplete
()
{
this
.
$emit
(
'
pipelineActionRequestComplete
'
);
},
...
...
@@ -135,7 +138,7 @@ export default {
:class="jobClasses"
class="js-pipeline-graph-job-link qa-job-link menu-item"
data-testid="job-with-link"
@click.stop
@click.stop
="hideTooltips"
>
<job-name-component
:name=
"job.name"
:status=
"job.status"
/>
</gl-link>
...
...
changelogs/unreleased/job-dropdown-click.yml
0 → 100644
View file @
4d590cdf
---
title
:
'
Job
dropdown:
Hide
tooltip
explicitly
on
click'
merge_request
:
46465
author
:
type
:
fixed
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