|
|
|
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
|
|
|
|
<bit-dialog> |
|
|
|
|
<bit-dialog dialogSize="large"> |
|
|
|
|
<span bitDialogTitle> |
|
|
|
|
{{ "importError" | i18n }} |
|
|
|
|
</span> |
|
|
|
|
@ -13,7 +13,9 @@
@@ -13,7 +13,9 @@
|
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template body> |
|
|
|
|
<tr bitRow *ngFor="let line of errorLines"> |
|
|
|
|
<td bitCell class="tw-break-all">[{{ line.id }}] [{{ line.type }}] {{ line.key }}</td> |
|
|
|
|
<td bitCell class="tw-whitespace-nowrap"> |
|
|
|
|
[{{ line.id }}] [{{ line.type }}] {{ line.key }} |
|
|
|
|
</td> |
|
|
|
|
<td bitCell>{{ line.errorMessage }}</td> |
|
|
|
|
</tr> |
|
|
|
|
</ng-template> |
|
|
|
|
|