From 7f5401e7731316b5ec79849643df24ec12463516 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Mon, 20 Jul 2020 17:56:49 +0300 Subject: [PATCH] Improvements view and add support txt file in import Entity --- .../components/import-export/import-dialog-csv.component.html | 4 ++-- .../import-export/table-columns-assignment.component.html | 4 ++-- .../import-export/table-columns-assignment.component.scss | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html b/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html index 46c87fe535..52d5e3a9d5 100644 --- a/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html +++ b/ui-ngx/src/app/modules/home/components/import-export/import-dialog-csv.component.html @@ -38,8 +38,8 @@ diff --git a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html index 91e8474128..d862a988ef 100644 --- a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html +++ b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.html @@ -23,13 +23,13 @@ - {{ 'import.column-example' | translate }} + {{ 'import.column-example' | translate }} {{column.sampleData}} - {{ 'import.column-type.column-type' | translate }} + {{ 'import.column-type.column-type' | translate }} diff --git a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss index ce0b1f1919..b0a80ae965 100644 --- a/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss +++ b/ui-ngx/src/app/modules/home/components/import-export/table-columns-assignment.component.scss @@ -19,8 +19,10 @@ } .mat-column-sampleData { flex: 0 0 120px; + min-width: 120px; } .mat-column-type { flex: 0 0 120px; + min-width: 120px; } }