Move EE differences for app/views/clusters/clusters/show.html.haml
Move EE differences for app/views/clusters/clusters/show.html.haml
diff --git a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/clusters/clusters/show.html.haml b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/clusters/clusters/show.html.haml
index 1ef76ef801e..e234d84d28b 100644
--- a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/clusters/clusters/show.html.haml
+++ b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/clusters/clusters/show.html.haml
@@ -33,6 +33,10 @@
= render 'banner'
= render 'form'
+ -# EE-specific
+ - if @cluster.project_type? && @cluster.project.feature_available?(:cluster_health)
+ = render 'health'
+
.cluster-applications-table#js-cluster-applications
%section.settings#js-cluster-details{ class: ('expanded' if expanded) }