Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-13 00:08:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-13 00:08:10 +0300
commit092b86f10012ebc01aeb0437303c54135d4282a2 (patch)
tree04ee56904d1a41b4f62a347ab7c87514913a37d5 /app/assets/javascripts/pipelines
parent90859e80ca23b8709d56b60d2066b569053e7e02 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/pipelines')
-rw-r--r--app/assets/javascripts/pipelines/components/graph/job_item.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/job_item.vue b/app/assets/javascripts/pipelines/components/graph/job_item.vue
index 1651d8cb1f8..bfd314e0439 100644
--- a/app/assets/javascripts/pipelines/components/graph/job_item.vue
+++ b/app/assets/javascripts/pipelines/components/graph/job_item.vue
@@ -111,7 +111,7 @@ export default {
:href="status.details_path"
:title="tooltipText"
:class="cssClassJobName"
- class="js-pipeline-graph-job-link qa-job-link"
+ class="js-pipeline-graph-job-link qa-job-link menu-item"
>
<job-name-component :name="job.name" :status="job.status" />
</gl-link>