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}}
|
{{action-menu model=backup}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{{#if backup.showTransitioningMessage}}
|
||||||
|
{{error-sub-row fullColspan=sortable.fullColspan model=backup}}
|
||||||
|
{{/if}}
|
||||||
{{else if (eq kind "norows")}}
|
{{else if (eq kind "norows")}}
|
||||||
<tr>
|
<tr>
|
||||||
<td
|
<td
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue