summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-18 09:13:51 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-05-18 09:13:51 +0100
commit0f8b3b9018c57d55abd7db78337904f2cacca4ad (patch)
tree77f2848e4ea7fb67bc835dbc0c805d905620173d /app
parent780eead7a6caaeda7414ab5a466556e212e0e9a2 (diff)
downloadgitlab-ce-0f8b3b9018c57d55abd7db78337904f2cacca4ad.tar.gz
Add missing docs
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/pipelines/components/graph/action_component.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/action_component.vue b/app/assets/javascripts/pipelines/components/graph/action_component.vue
index c1b6b81fd4c..1159b8fff4f 100644
--- a/app/assets/javascripts/pipelines/components/graph/action_component.vue
+++ b/app/assets/javascripts/pipelines/components/graph/action_component.vue
@@ -41,6 +41,7 @@ export default {
type: String,
required: true,
},
+
},
data() {
return {
@@ -55,6 +56,12 @@ export default {
},
},
methods: {
+ /**
+ * The request should not be handled here.
+ * However due to this component being used in several
+ * different apps it avoids repetition & complexity.
+ *
+ */
onClickAction() {
$(this.$el).tooltip('hide');