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:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-19 14:00:27 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-19 14:00:27 +0300
commit2c835eec69f37699dcee28f6b044a0b2797c0d0c (patch)
tree6aa58fb26409c00b1eff7ceec4a67d7dab3898b8 /app/assets/javascripts/pipelines/components/stage.vue
parentfd972f9fd7260158e6707c1825547bbce1cfdc04 (diff)
Renders json endpoint + updates CSS to render the same between pipelines table and pipeline graph
Diffstat (limited to 'app/assets/javascripts/pipelines/components/stage.vue')
-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,