1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 22:53:17 +00:00

billing imrovements

This commit is contained in:
Kyle Spearrin
2019-02-21 18:03:39 -05:00
parent 33b539858f
commit 8e9ab12219
3 changed files with 16 additions and 7 deletions

View File

@@ -1,10 +1,11 @@
<div class="page-header">
<div class="page-header d-flex">
<h1>
{{'billing' | i18n}}
<small>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="firstLoaded && loading" title="{{'loading' | i18n}}"></i>
</small>
</h1>
<button (click)="load()" class="btn btn-sm btn-outline-primary ml-auto" *ngIf="firstLoaded" [disabled]="loading">
<i class="fa fa-refresh fa-fw" [ngClass]="{'fa-spin': loading}"></i>
{{'refresh' | i18n}}
</button>
</div>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!firstLoaded && loading" title="{{'loading' | i18n}}"></i>
<ng-container *ngIf="billing">