Commit 6d7be79b authored by Mike Greiling's avatar Mike Greiling

add prometheus cluster health monitoring empty state

parent 6d51bbd7
...@@ -117,7 +117,10 @@ ...@@ -117,7 +117,10 @@
</script> </script>
<template> <template>
<section class="settings no-animate expanded"> <section
id="cluster-applications"
class="settings no-animate expanded"
>
<div class="settings-header"> <div class="settings-header">
<h4> <h4>
{{ s__('ClusterIntegration|Applications') }} {{ s__('ClusterIntegration|Applications') }}
......
%section.settings.no-animate.expanded#cluster-health
%h4= s_('ClusterIntegration|Kubernetes cluster health')
.settings-content
%p= s_("ClusterIntegration|In order to show the health of the cluster, we'll need to provision your cluster with Prometheus to collect the required data.")
%a.btn{ href: '#cluster-applications' }
= s_('ClusterIntegration|Install Prometheus')
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
.js-cluster-application-notice .js-cluster-application-notice
.flash-container .flash-container
= 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'
......
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