mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
move restore button right
This commit is contained in:
@@ -55,12 +55,12 @@
|
|||||||
[disabled]="purchaseBtn.loading" [appApiAction]="purchasePromise">
|
[disabled]="purchaseBtn.loading" [appApiAction]="purchasePromise">
|
||||||
<b>{{'premiumPurchase' | i18n}}</b>
|
<b>{{'premiumPurchase' | i18n}}</b>
|
||||||
</button>
|
</button>
|
||||||
<button #restoreBtn type="button" appBlurClick (click)="restore()" *ngIf="canRestorePurchase"
|
|
||||||
[disabled]="restoreBtn.loading" [appApiAction]="restorePromise">
|
|
||||||
{{'restore' | i18n}}
|
|
||||||
</button>
|
|
||||||
<button type="button" data-dismiss="modal">{{'close' | i18n}}</button>
|
<button type="button" data-dismiss="modal">{{'close' | i18n}}</button>
|
||||||
<div class="right" *ngIf="!isPremium">
|
<div class="right" *ngIf="!isPremium">
|
||||||
|
<button #restoreBtn type="button" appBlurClick (click)="restore()" *ngIf="canRestorePurchase"
|
||||||
|
[disabled]="restoreBtn.loading" [appApiAction]="restorePromise">
|
||||||
|
{{'restore' | i18n}}
|
||||||
|
</button>
|
||||||
<button #refreshBtn type="button" appBlurClick (click)="refresh()" [disabled]="refreshBtn.loading"
|
<button #refreshBtn type="button" appBlurClick (click)="refresh()" [disabled]="refreshBtn.loading"
|
||||||
appA11yTitle="{{'premiumRefresh' | i18n}}" [appApiAction]="refreshPromise">
|
appA11yTitle="{{'premiumRefresh' | i18n}}" [appApiAction]="refreshPromise">
|
||||||
<i class="fa fa-refresh fa-lg fa-fw" [hidden]="refreshBtn.loading" aria-hidden="true"></i>
|
<i class="fa fa-refresh fa-lg fa-fw" [hidden]="refreshBtn.loading" aria-hidden="true"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user