1
0
mirror of https://github.com/bitwarden/web synced 2025-12-14 23:33:16 +00:00

missing loading

This commit is contained in:
Kyle Spearrin
2018-07-17 23:27:56 -04:00
parent 8278a8f3e4
commit 223cd61220

View File

@@ -2,11 +2,11 @@
<h1> <h1>
{{'billingAndLicensing' | i18n}} {{'billingAndLicensing' | i18n}}
<small> <small>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="firstLoaded && loading"></i> <i class="fa fa-spinner fa-spin text-muted" *ngIf="firstLoaded && loading" title="{{'loading' | i18n}}"></i>
</small> </small>
</h1> </h1>
</div> </div>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!firstLoaded && loading"></i> <i class="fa fa-spinner fa-spin text-muted" *ngIf="!firstLoaded && loading" title="{{'loading' | i18n}}"></i>
<ng-container *ngIf="billing"> <ng-container *ngIf="billing">
<app-callout type="warning" title="{{'canceled' | i18n}}" *ngIf="subscription && subscription.cancelled">{{'subscriptionCanceled' | i18n}}</app-callout> <app-callout type="warning" title="{{'canceled' | i18n}}" *ngIf="subscription && subscription.cancelled">{{'subscriptionCanceled' | i18n}}</app-callout>
<app-callout type="warning" title="{{'pendingCancellation' | i18n}}" *ngIf="subscriptionMarkedForCancel"> <app-callout type="warning" title="{{'pendingCancellation' | i18n}}" *ngIf="subscriptionMarkedForCancel">