summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-19 12:00:27 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-04-19 12:00:27 +0100
commit2c835eec69f37699dcee28f6b044a0b2797c0d0c (patch)
tree6aa58fb26409c00b1eff7ceec4a67d7dab3898b8 /app/assets/javascripts/pipelines
parentfd972f9fd7260158e6707c1825547bbce1cfdc04 (diff)
downloadgitlab-ce-2c835eec69f37699dcee28f6b044a0b2797c0d0c.tar.gz
Renders json endpoint + updates CSS to render the same between pipelines table and pipeline graph
Diffstat (limited to 'app/assets/javascripts/pipelines')
-rw-r--r--app/assets/javascripts/pipelines/components/stage.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue
index 464c275b16f..f48533d8948 100644
--- a/app/assets/javascripts/pipelines/components/stage.vue
+++ b/app/assets/javascripts/pipelines/components/stage.vue
@@ -95,6 +95,7 @@
axios
.get(this.stage.dropdown_path)
.then(({ data }) => {
+ // TODO: REMOVE THIS ONCE WE HAVE BACKEND
this.dropdownContent = [
{
id: 966,