mirror of https://github.com/rancher/ui.git
Updating the istio banner to remove the 1.7 reference and making the monitoring banner a warning.
https://github.com/rancher/dashboard/issues/3586#issuecomment-892156953
This commit is contained in:
parent
392b4818ce
commit
ad22b329e6
|
|
@ -4,7 +4,7 @@
|
|||
<p>{{t 'banner.monitoringV2Warning' dashboardLink=scope.dashboardLink docsBase=scope.docsBase htmlSafe=true}}</p>
|
||||
{{/banner-message}}
|
||||
{{else}}
|
||||
{{#banner-message color="bg-info"}}
|
||||
{{#banner-message color="bg-warning"}}
|
||||
<p>{{t 'banner.monitoring' dashboardLink=scope.dashboardLink docsBase=scope.docsBase htmlSafe=true}}</p>
|
||||
{{/banner-message}}
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -1002,7 +1002,7 @@ balancerPage:
|
|||
banner:
|
||||
alerting: Alerts in Cluster Manager has been deprecated as of Rancher v2.5.0 - check out the <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Check out the updated alerts integration in Rancher <a href="{dashboardLink}/monitoring">monitoring</a> in Cluster Tools.
|
||||
cis: CIS Scanning in Cluster Manager has been deprecated as of Rancher 2.5.0 - check out the <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. For CIS Scanning with benchmark version 1.5 and above, see the updated <a href="{dashboardLink}/cis">CIS scanning</a> 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 <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Checkout the new <a href="{dashboardLink}/istio">Istio</a> 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 <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Checkout the newer versions of <a href="{dashboardLink}/istio">Istio</a> integration in the new Cluster Tools.
|
||||
logging: Logging in Cluster Manager has been deprecated as of Rancher v2.5.0 - check out the <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Check out the updated version of <a href="{dashboardLink}/logging">logging</a> in Cluster Tools.
|
||||
multiclusterapp: Multi-Cluster Apps have been deprecated as of Rancher v2.5.0 - check out the <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Check out the new <a href="{dashboardBase}c/local/fleet">Rancher Continuous Delivery</a> 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 <a href="{docsBase}/faq/deprecated-features-25x" target="_blank">FAQ</a>. Check out the updated version of <a href="{dashboardLink}/monitoring">monitoring</a> in Cluster Tools.
|
||||
|
|
|
|||
Loading…
Reference in New Issue