mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 08:16:11 +01:00
refactor(iot): status cards
This commit is contained in:
parent
616bfad6cb
commit
ce019a1bc5
3 changed files with 85 additions and 188 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<div class="row">
|
||||
<div class="col-xxxl-3 col-md-6" *ngFor="let statusCard of statusCards">
|
||||
<ngx-status-card [title]="statusCard.title"
|
||||
[type]="statusCard.type">
|
||||
<ngx-status-card [title]="statusCard.title" [type]="statusCard.type">
|
||||
<i [ngClass]="statusCard.iconClass"></i>
|
||||
</ngx-status-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue