tokens active
This commit is contained in:
parent
b761d11cad
commit
a42ed320f0
@ -29,10 +29,10 @@
|
|||||||
</mat-card>
|
</mat-card>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<div *ngIf="items && items[0]">
|
||||||
<mat-card *ngIf="items && items[0]">
|
<h2>{{'tokens.active' | i18n}}</h2>
|
||||||
|
<mat-card>
|
||||||
<mat-card-content>
|
<mat-card-content>
|
||||||
|
|
||||||
<mat-list>
|
<mat-list>
|
||||||
<mat-list-item *ngFor="let item of items">
|
<mat-list-item *ngFor="let item of items">
|
||||||
<mat-icon mat-list-icon>plus_one</mat-icon>
|
<mat-icon mat-list-icon>plus_one</mat-icon>
|
||||||
@ -75,3 +75,4 @@
|
|||||||
<h3>{{'quotas' | i18n}}</h3>
|
<h3>{{'quotas' | i18n}}</h3>
|
||||||
<app-quotas [quotas]="quotas"></app-quotas>
|
<app-quotas [quotas]="quotas"></app-quotas>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user