summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-03 09:08:21 +0530
committerAmit Rathi <amit@hypertrack.io>2018-11-03 09:08:21 +0530
commit8837519445c319a699e0f3ced1c6912c839f3389 (patch)
tree41745e4c774025c568b0306206a58cff0965e353 /app/views
parent98a504ecbb45907517ae465018906af7ef4573de (diff)
downloadgitlab-ce-8837519445c319a699e0f3ced1c6912c839f3389.tar.gz
Pushing WIP state for backup
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index eddd3613c5f..9c25b2da026 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -9,6 +9,7 @@
.edit-cluster-form.js-edit-cluster-form{ data: { status_path: status_path,
install_helm_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :helm),
install_ingress_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :ingress),
+ install_cert_manager_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :cert_manager),
install_prometheus_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :prometheus),
install_runner_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :runner),
install_jupyter_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :jupyter),