mirror of https://github.com/rancher/ui.git
Merge pull request #3250 from loganhz/s3
Show transitioning message for snapshots
This commit is contained in:
commit
13466a37cd
|
|
@ -36,6 +36,9 @@
|
|||
{{action-menu model=backup}}
|
||||
</td>
|
||||
</tr>
|
||||
{{#if backup.showTransitioningMessage}}
|
||||
{{error-sub-row fullColspan=sortable.fullColspan model=backup}}
|
||||
{{/if}}
|
||||
{{else if (eq kind "norows")}}
|
||||
<tr>
|
||||
<td
|
||||
|
|
|
|||
Loading…
Reference in New Issue