summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/show.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-11-04 15:36:22 -0600
committerThong Kuah <tkuah@gitlab.com>2018-11-08 23:26:04 +1300
commit7dbcd3e71228b0cabc7f653805ad191bd24b94f7 (patch)
tree75fedf7a124495506e24c99f6e430bcca8ec01d8 /app/views/clusters/clusters/show.html.haml
parent284f4dfdda056cee4226dea8f2f8ea6c6bc3bdf2 (diff)
downloadgitlab-ce-7dbcd3e71228b0cabc7f653805ad191bd24b94f7.tar.gz
Hide project-specific cluster apps in non-project clusters
Diffstat (limited to 'app/views/clusters/clusters/show.html.haml')
-rw-r--r--app/views/clusters/clusters/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/show.html.haml b/app/views/clusters/clusters/show.html.haml
index 7ea85fe43d6..8a7f7a5c978 100644
--- a/app/views/clusters/clusters/show.html.haml
+++ b/app/views/clusters/clusters/show.html.haml
@@ -15,6 +15,7 @@
install_jupyter_path: clusterable.install_applications_cluster_path(@cluster, :jupyter),
install_knative_path: clusterable.install_applications_cluster_path(@cluster, :knative),
toggle_status: @cluster.enabled? ? 'true': 'false',
+ cluster_type: @cluster.cluster_type,
cluster_status: @cluster.status_name,
cluster_status_reason: @cluster.status_reason,
help_path: help_page_path('user/project/clusters/index.md', anchor: 'installing-applications'),