summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_health.html.haml
blob: 025f52d8771c7053f9ca8c7ba236f82d6b3f7e32 (plain)
1
2
3
4
5
6
%section.settings.no-animate.expanded.cluster-health-graphs.qa-cluster-health-section#cluster-health
  - if @cluster&.application_prometheus_available?
    #prometheus-graphs{ data: @cluster.health_data(clusterable) }

  - else
    %p.settings-message.text-center= s_("ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab.")