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:
authorSteve Azzopardi <steveazz@outlook.com>2018-11-26 10:17:05 +0300
committerSteve Azzopardi <steveazz@outlook.com>2018-11-26 10:17:05 +0300
commit2aa2d6f8c461795cc1560eac03043fd2105a5c54 (patch)
tree74085db83e36a282a91b0ed0a37d01d250ed56e4 /app/assets/javascripts
parent79ff6da3dd101b199d5a51d3901147e1c0e2312f (diff)
Run `yarn prettier-all-save`
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index fcdbffbc8b8..8354c28778c 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -296,11 +296,7 @@ export default {
class="hide-bottom-border rounded-bottom"
title-link="https://cert-manager.readthedocs.io/en/latest/#"
>
- <div
- slot="description"
- v-html="certManagerDescription"
- >
- </div>
+ <div slot="description" v-html="certManagerDescription"></div>
</application-row>
<application-row
v-if="isProjectCluster"