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:
authorAmit Rathi <amit@hypertrack.io>2018-11-13 18:06:06 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-13 18:06:06 +0300
commit631ab89885c99c6bec348a884c40d9f4214c6878 (patch)
tree4cdca60baa6713d5cbebc637301794f077dbae78 /app/assets/javascripts/clusters/components/applications.vue
parent9d91d79c6b0b76e9bc8ed85787045b549824d7cd (diff)
Use email on the account
Diffstat (limited to 'app/assets/javascripts/clusters/components/applications.vue')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 926fdc75a52..eb200113f4f 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -81,9 +81,6 @@ export default {
ingressInstalled() {
return this.applications.ingress.status === APPLICATION_STATUS.INSTALLED;
},
- certManagerInstalled() {
- return this.applications.cert_manager.status === APPLICATION_STATUS.INSTALLED;
- },
ingressExternalIp() {
return this.applications.ingress.externalIp;
},