Commit 70332bba authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ee-6354-clusters-show' into 'master'

EE: Removes EE differences for clusters/show

See merge request gitlab-org/gitlab-ee!10276
parents bef05ab0 d5f9d73f
......@@ -34,9 +34,7 @@
= render 'banner'
= render 'form'
-# EE-specific
- if @cluster.project_type? && @cluster.project.feature_available?(:cluster_health)
= render 'health'
= render_if_exists 'health'
.cluster-applications-table#js-cluster-applications
......
%section.settings.no-animate.expanded.cluster-health-graphs#cluster-health
- if @cluster.project_type? && @cluster.project.feature_available?(:cluster_health)
%section.settings.no-animate.expanded.cluster-health-graphs#cluster-health
%h4= s_('ClusterIntegration|Cluster health')
- if @cluster&.application_prometheus_available?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment