diff --git a/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html b/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html index 71d54c5c2..563d951b1 100644 --- a/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html +++ b/apps/red-ui/src/app/modules/admin/dialogs/file-attributes-csv-import-dialog/file-attributes-csv-import-dialog.component.html @@ -4,37 +4,25 @@
-
- {{ csvFile.name }} -
+
{{ csvFile.name }}
- {{ - 'file-attributes-csv-import.total-rows' - | translate: { rows: parseResult?.data?.length } - }} + {{ 'file-attributes-csv-import.total-rows' | translate: { rows: parseResult?.data?.length } }}
- {{ - 'file-attributes-csv-import.key-column' | translate - }} + {{ 'file-attributes-csv-import.key-column' | translate }} - + {{ field }} @@ -44,9 +32,7 @@
{{ - 'file-attributes-csv-import.available' - | translate: { value: parseResult?.meta?.fields.length } + 'file-attributes-csv-import.available' | translate: { value: parseResult?.meta?.fields.length } }} {{ - 'file-attributes-csv-import.selected' - | translate: { value: activeFields.length } + 'file-attributes-csv-import.selected' | translate: { value: activeFields.length } }}
@@ -109,7 +91,7 @@
@@ -127,12 +109,8 @@ {{ field.csvColumn }}
-
- {{ getEntries(field.csvColumn) }} entries -
-
- Sample: {{ getSample(field.csvColumn) }} -
+
{{ getEntries(field.csvColumn) }} entries
+
Sample: {{ getSample(field.csvColumn) }}
@@ -146,10 +124,7 @@ >
- {{ - 'file-attributes-csv-import.csv-column' + - (previewExpanded ? '' : '-preview') | translate - }} + {{ 'file-attributes-csv-import.csv-column' + (previewExpanded ? '' : '-preview') | translate }}
-
+
- {{ - 'file-attributes-csv-import.no-sample-data-for' - | translate: { column: hoveredColumn } - }} + {{ 'file-attributes-csv-import.no-sample-data-for' | translate: { column: hoveredColumn } }}
{{ row }} @@ -184,12 +152,7 @@
- @@ -198,9 +161,5 @@
- + diff --git a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html index c2a178587..943bd9172 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dictionary-listing/dictionary-listing-screen.component.html @@ -44,7 +44,7 @@
diff --git a/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html index 38125a050..bcef46bc0 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dossier-attributes-listing/dossier-attributes-listing-screen.component.html @@ -44,7 +44,7 @@
diff --git a/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html index 84669dc85..2620741c1 100644 --- a/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/dossier-template-listing/dossier-templates-listing-screen.component.html @@ -44,7 +44,7 @@
diff --git a/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html index e74b78090..7d11195a7 100644 --- a/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/file-attributes-listing/file-attributes-listing-screen.component.html @@ -45,7 +45,7 @@
diff --git a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html index a4c0a84c8..7f6c0fc3d 100644 --- a/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html +++ b/apps/red-ui/src/app/modules/admin/screens/user-listing/user-listing-screen.component.html @@ -10,7 +10,7 @@
-
+
diff --git a/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html b/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html index 75d78db77..771164b19 100644 --- a/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html +++ b/apps/red-ui/src/app/modules/dossier/components/page-exclusion/page-exclusion.component.html @@ -2,20 +2,17 @@
-
+
@@ -23,9 +20,7 @@ {{ range.startPage }} - - {{ range.startPage }}-{{ range.endPage }} - + {{ range.startPage }}-{{ range.endPage }} -

+    

 
     
-

+    

 
     
 
@@ -57,21 +49,10 @@
             *ngFor="let userId of membersSelectOptions"
             [class.selected]="isMemberSelected(userId)"
         >
-            
+            
             
-
- +
+
diff --git a/apps/red-ui/src/app/modules/shared/components/filters/popup-filter/model/filter.model.ts b/apps/red-ui/src/app/modules/shared/components/filters/popup-filter/model/filter.model.ts index 7a2d39989..16686cf98 100644 --- a/apps/red-ui/src/app/modules/shared/components/filters/popup-filter/model/filter.model.ts +++ b/apps/red-ui/src/app/modules/shared/components/filters/popup-filter/model/filter.model.ts @@ -1,7 +1,6 @@ export interface FilterModel { key: string; label?: string; - labelParams?: object; icon?: string; checked?: boolean; indeterminate?: boolean; diff --git a/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html b/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html index 59f0d5177..6b7e6d732 100644 --- a/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html +++ b/apps/red-ui/src/app/modules/shared/components/filters/quick-filters/quick-filters.component.html @@ -4,5 +4,5 @@ [class.active]="filter.checked" class="quick-filter" > - {{ filter.label | translate: filter.labelParams }} + {{ filter.label }}
diff --git a/apps/red-ui/src/app/modules/shared/components/input-with-action/input-with-action.component.html b/apps/red-ui/src/app/modules/shared/components/input-with-action/input-with-action.component.html index e3af231a4..26ea3e140 100644 --- a/apps/red-ui/src/app/modules/shared/components/input-with-action/input-with-action.component.html +++ b/apps/red-ui/src/app/modules/shared/components/input-with-action/input-with-action.component.html @@ -3,19 +3,15 @@ - + {{ hint }} - +