[PM-5015] org billing history view component migration (#8302)
This commit is contained in:
parent
3c2d3669c5
commit
d6f2965367
|
@ -16,11 +16,11 @@
|
||||||
<bit-container>
|
<bit-container>
|
||||||
<ng-container *ngIf="!firstLoaded && loading">
|
<ng-container *ngIf="!firstLoaded && loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin tw-text-muted"
|
||||||
title="{{ 'loading' | i18n }}"
|
title="{{ 'loading' | i18n }}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i>
|
></i>
|
||||||
<span class="sr-only">{{ "loading" | i18n }}</span>
|
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="billing">
|
<ng-container *ngIf="billing">
|
||||||
<app-billing-history [billing]="billing"></app-billing-history>
|
<app-billing-history [billing]="billing"></app-billing-history>
|
||||||
|
|
Loading…
Reference in New Issue