mirror of https://github.com/rancher/ui.git
Do not show error message when re-enter enabling monitoring page
This commit is contained in:
parent
02a53c3815
commit
86f102c1ab
|
|
@ -1,5 +1,5 @@
|
|||
{{#if enabled}}
|
||||
{{#banner-message color=(if (or isReady justDeployed) 'bg-success' 'bg-error') icon=(if (or isReady justDeployed) 'icon-check' 'icon-alert')}}
|
||||
{{#banner-message color=(if (or isReady justDeployed) 'bg-success' 'bg-info') icon='icon-check'}}
|
||||
{{#if (eq level 'cluster')}}
|
||||
<p>
|
||||
{{t (concat 'monitoringPage.cluster.' status) htmlSafe=true}} <a href="{{href-to 'apps-tab' cluster.systemProject.id}}">{{cluster.systemProject.displayName}}</a> {{t 'generic.project'}}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue