diff --git a/lib/monitoring/addon/components/enable-monitoring/template.hbs b/lib/monitoring/addon/components/enable-monitoring/template.hbs index 875bd2205..99862ac2f 100644 --- a/lib/monitoring/addon/components/enable-monitoring/template.hbs +++ b/lib/monitoring/addon/components/enable-monitoring/template.hbs @@ -4,7 +4,7 @@

{{t 'banner.monitoringV2Warning' dashboardLink=scope.dashboardLink docsBase=scope.docsBase htmlSafe=true}}

{{/banner-message}} {{else}} - {{#banner-message color="bg-info"}} + {{#banner-message color="bg-warning"}}

{{t 'banner.monitoring' dashboardLink=scope.dashboardLink docsBase=scope.docsBase htmlSafe=true}}

{{/banner-message}} {{/if}} diff --git a/translations/en-us.yaml b/translations/en-us.yaml index db93841f2..8cfab0671 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -1002,7 +1002,7 @@ balancerPage: banner: alerting: Alerts in Cluster Manager has been deprecated as of Rancher v2.5.0 - check out the FAQ. Check out the updated alerts integration in Rancher monitoring in Cluster Tools. cis: CIS Scanning in Cluster Manager has been deprecated as of Rancher 2.5.0 - check out the FAQ. For CIS Scanning with benchmark version 1.5 and above, see the updated CIS scanning functionality in Cluster Tools. - istio: Istio v1.5 has been declared end of life by the upstream project and is now deprecated as of Rancher 2.5.0 - check out the FAQ. Checkout the new Istio v1.7 integration in the new Cluster Tools. + istio: Istio v1.5 has been declared end of life by the upstream project and is now deprecated as of Rancher 2.5.0 - check out the FAQ. Checkout the newer versions of Istio integration in the new Cluster Tools. logging: Logging in Cluster Manager has been deprecated as of Rancher v2.5.0 - check out the FAQ. Check out the updated version of logging in Cluster Tools. multiclusterapp: Multi-Cluster Apps have been deprecated as of Rancher v2.5.0 - check out the FAQ. Check out the new Rancher Continuous Delivery capability to deploy apps across multiple clusters through GitOps. monitoring: Monitoring in Cluster Manager has been deprecated as of Rancher v2.5.0 - check out the FAQ. Check out the updated version of monitoring in Cluster Tools.