|
|
@ -1,14 +1,14 @@ |
|
|
|
<gf-dialog-header |
|
|
|
mat-dialog-title |
|
|
|
title="Import Transactions Error" |
|
|
|
[deviceType]="data.deviceType" |
|
|
|
title="Import Transactions" |
|
|
|
(closeButtonClicked)="onCancel()" |
|
|
|
></gf-dialog-header> |
|
|
|
|
|
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
|
<ul class="list-unstyled"> |
|
|
|
<li *ngFor="let message of data.messages" class="d-flex"> |
|
|
|
<div class="align-items-center d-flex icon-container px-2"> |
|
|
|
<div class="align-items-center d-flex px-2"> |
|
|
|
<ion-icon name="warning-outline"></ion-icon> |
|
|
|
</div> |
|
|
|
<div>{{ message }}</div> |
|
|
|