summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2018-03-16 17:49:51 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2018-03-22 15:18:47 -0600
commita4cb714640d2465731d4865a8baf10ef1c1ab83f (patch)
tree346000ca79153e37ef499d16bbc6ecbb43f766da
parent2ef38f7047cac0ddbbec00e1a1efd202f4116951 (diff)
downloadgitlab-ce-a4cb714640d2465731d4865a8baf10ef1c1ab83f.tar.gz
Allow HTML in tooltip of job vue component
-rw-r--r--app/assets/javascripts/pipelines/components/graph/job_component.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/job_component.vue b/app/assets/javascripts/pipelines/components/graph/job_component.vue
index 1a42d86d71a..2fdace6e01a 100644
--- a/app/assets/javascripts/pipelines/components/graph/job_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/job_component.vue
@@ -103,6 +103,7 @@
:title="tooltipText"
:class="cssClassJobName"
data-container="body"
+ data-html
class="js-pipeline-graph-job-link"
>
@@ -118,6 +119,7 @@
class="js-job-component-tooltip"
:title="tooltipText"
:class="cssClassJobName"
+ data-html
data-container="body"
>