Commit 8fcae91e authored by Mike Greiling's avatar Mike Greiling

move cluster health section below the general settings

parent b2b7878d
...@@ -23,14 +23,14 @@ ...@@ -23,14 +23,14 @@
.js-cluster-application-notice .js-cluster-application-notice
.flash-container .flash-container
-# EE-specific
- if @cluster.project.feature_available?(:cluster_health)
= render 'health'
%section.settings.no-animate.expanded#cluster-integration %section.settings.no-animate.expanded#cluster-integration
= render 'banner' = render 'banner'
= render 'integration_form' = render 'integration_form'
-# EE-specific
- if @cluster.project.feature_available?(:cluster_health)
= render 'health'
.cluster-applications-table#js-cluster-applications .cluster-applications-table#js-cluster-applications
%section.settings#js-cluster-details{ class: ('expanded' if expanded) } %section.settings#js-cluster-details{ class: ('expanded' if expanded) }
......
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