mirror of https://github.com/rancher/ui.git
update confirm-delete modal
This commit is contained in:
parent
2e528a01bd
commit
5be26636f1
|
|
@ -101,12 +101,12 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
<div class="footer-actions">
|
||||
<button class="btn bg-error" type="button" {{action "confirm"}}>
|
||||
{{t "confirmDelete.confirmAction"}}
|
||||
</button>
|
||||
<button class="btn bg-transparent" type="button" {{action "cancel"}}>
|
||||
{{t "confirmDelete.cancelAction"}}
|
||||
</button>
|
||||
<button class="btn bg-error" type="button" {{action "confirm"}}>
|
||||
{{t "confirmDelete.confirmAction"}}
|
||||
</button>
|
||||
</div>
|
||||
{{#if showProtip}}
|
||||
<div class="protip mt-10">
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{{yield}}
|
||||
{{#unless cancelDisabled}}
|
||||
<button class="btn-large btn {{cancelColor}}" type="button" {{action "cancel"}}>
|
||||
{{t cancelLabel}}
|
||||
</button>
|
||||
{{/unless}}
|
||||
{{yield}}
|
||||
{{#if saving}}
|
||||
<button class="btn-large btn btn-disabled {{savingColor}}" type="button" {{action "doNothing"}}>
|
||||
<i class="icon icon-spinner icon-spin"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue