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 @@
.js-cluster-application-notice
.flash-container
= render 'health'
-# EE-specific
- if @cluster.project.feature_available?(:cluster_health)
= render 'health'
%section.settings.no-animate.expanded#cluster-integration
= render 'banner'
......
......@@ -59,6 +59,7 @@ class License < ActiveRecord::Base
EEU_FEATURES = EEP_FEATURES + %i[
sast
sast_container
cluster_health
dast
epics
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