summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-06 17:02:55 -0500
committerMike Greiling <mike@pixelcog.com>2017-04-09 15:22:53 -0500
commit04f29d6ede22b8a335a9bab572f65be00db4dd64 (patch)
tree181bddf8c6dc7ee392f973a42866d5e64b88a998 /app/assets/javascripts/vue_shared
parent4cc88f59534acc01ab2ec0609418f9fad1f51918 (diff)
downloadgitlab-ce-04f29d6ede22b8a335a9bab572f65be00db4dd64.tar.gz
convert pipeline async_button component to vue template
Diffstat (limited to 'app/assets/javascripts/vue_shared')
-rw-r--r--app/assets/javascripts/vue_shared/components/pipelines_table_row.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/pipelines_table_row.js b/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
index f5b3cb9214e..8ebe12cb1c5 100644
--- a/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
+++ b/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
@@ -1,6 +1,6 @@
/* eslint-disable no-param-reassign */
-import AsyncButtonComponent from '../../vue_pipelines_index/components/async_button';
+import AsyncButtonComponent from '../../vue_pipelines_index/components/async_button.vue';
import PipelinesActionsComponent from '../../vue_pipelines_index/components/pipelines_actions';
import PipelinesArtifactsComponent from '../../vue_pipelines_index/components/pipelines_artifacts';
import PipelinesStatusComponent from '../../vue_pipelines_index/components/status';