Commit d5f9d73f authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences for clusters/show

parent 159c0d36
......@@ -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