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

move cluster health monitoring behind an EEU feature flag

parent 5331eb07
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
.js-cluster-application-notice .js-cluster-application-notice
.flash-container .flash-container
= render 'health' -# 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'
......
...@@ -59,6 +59,7 @@ class License < ActiveRecord::Base ...@@ -59,6 +59,7 @@ class License < ActiveRecord::Base
EEU_FEATURES = EEP_FEATURES + %i[ EEU_FEATURES = EEP_FEATURES + %i[
sast sast
sast_container sast_container
cluster_health
dast dast
epics epics
ide ide
......
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