mirror of https://github.com/rancher/ui.git
Show stack transitioningMessage
This commit is contained in:
parent
d12549e6bc
commit
84dca2efee
|
|
@ -41,3 +41,16 @@
|
|||
<div class="clearfix">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="largeStats">
|
||||
</div>
|
||||
|
||||
{{#if model.description}}
|
||||
{{banner-message color='bg-secondary mb-0 mt-10' message=(linkify model.description)}}
|
||||
{{/if}}
|
||||
|
||||
{{#if model.showTransitioningMessage}}
|
||||
<div class="{{model.stateColor}}"><p>{{model.transitioningMessage}}</p></div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{{stack-header model=model.stack all=model.all.stacks}}
|
||||
|
||||
{{#if model.stack.description}}
|
||||
{{banner-message color='bg-secondary mb-0 mt-10' message=(linkify model.stack.description)}}
|
||||
{{/if}}
|
||||
|
||||
{{#if model.stack.tags}}
|
||||
<section>
|
||||
<div class="banner bg-info basics basics-stack-detail">
|
||||
|
|
|
|||
Loading…
Reference in New Issue