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
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-16 06:11:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-16 06:11:54 +0300
commita746dae4f77974a515690ccb8b9d0c6508adfa90 (patch)
tree77a840642c16476c62714622a93a73107c1cfd14 /app
parentd22bc415db079dfffb443cf2e0e428542a8b14db (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/ci/common/private/job_name_component.vue8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/javascripts/ci/common/private/job_name_component.vue b/app/assets/javascripts/ci/common/private/job_name_component.vue
index b4e831d69d4..515640dce5d 100644
--- a/app/assets/javascripts/ci/common/private/job_name_component.vue
+++ b/app/assets/javascripts/ci/common/private/job_name_component.vue
@@ -30,7 +30,13 @@ export default {
</script>
<template>
<span class="mw-100 gl-display-flex gl-align-items-center gl-flex-grow-1">
- <ci-icon :size="iconSize" :status="status" :show-tooltip="false" class="gl-line-height-0" />
+ <ci-icon
+ :size="iconSize"
+ :status="status"
+ :show-tooltip="false"
+ :use-link="false"
+ class="gl-line-height-0"
+ />
<span class="gl-text-truncate mw-70p gl-pl-3 gl-display-inline-block">
{{ name }}
</span>