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:
Diffstat (limited to 'app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue')
-rw-r--r--app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue b/app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue
index b34d3a950c0..ea265430865 100644
--- a/app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue
+++ b/app/assets/javascripts/packages_and_registries/harbor_registry/components/tags/tags_list.vue
@@ -62,6 +62,7 @@ export default {
v-else-if="hasNoTags"
:title="emptyStateTitle"
:svg-path="noContainersImage"
+ :svg-height="null"
:description="emptyStateDescription"
class="gl-mx-auto gl-my-0"
/>