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
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-10-12 16:11:44 +0300
committerMike Greiling <mike@pixelcog.com>2018-10-12 16:11:44 +0300
commit0047869c27f0aede95f20de41c8498b7c23bf08d (patch)
treeb07658ce61b03b8d7d12a0f8daca9d3baff7bf05 /app
parent32055e21f52e360a8f8e15b115cf3d0641176eea (diff)
parent97701019e6f159e0e01d415f39172104286ae3c2 (diff)
Merge branch 'fl-update-svgs' into 'master'
Updates gitlab-svg dependency See merge request gitlab-org/gitlab-ce!22299
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index a1069985178..6e7b5eb5526 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -1,6 +1,6 @@
<script>
import _ from 'underscore';
-import helmInstallIllustration from '@gitlab-org/gitlab-svgs/illustrations/kubernetes-installation.svg';
+import helmInstallIllustration from '@gitlab-org/gitlab-svgs/dist/illustrations/kubernetes-installation.svg';
import elasticsearchLogo from 'images/cluster_app_logos/elasticsearch.png';
import gitlabLogo from 'images/cluster_app_logos/gitlab.png';
import helmLogo from 'images/cluster_app_logos/helm.png';