diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 8ee6209..a6737e8 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -17,13 +17,13 @@ import '@cds/core/icon/register.js'
import {
ClarityIcons,
exclamationTriangleIcon,
- fileIcon,
moonIcon,
sunIcon,
+ tableIcon,
trashIcon
} from '@cds/core/icon'
-ClarityIcons.addIcons(moonIcon, sunIcon, exclamationTriangleIcon, fileIcon, trashIcon)
+ClarityIcons.addIcons(moonIcon, sunIcon, exclamationTriangleIcon, tableIcon, trashIcon)
@Component({
selector: 'my-app',
diff --git a/client/src/app/multi-dataset/multi-dataset.component.html b/client/src/app/multi-dataset/multi-dataset.component.html
index cb76ccb..80e48d8 100644
--- a/client/src/app/multi-dataset/multi-dataset.component.html
+++ b/client/src/app/multi-dataset/multi-dataset.component.html
@@ -40,16 +40,11 @@
[class.active]="dataset.active"
>
- Selected file: {{ selectedFile?.name }}
-
Paste or type the list of datasets to upload:
-
Found in range:
- "{{
- activeParsedDataset.parseResult.rangeSheetRes?.sheetName
- }}"!{{
- activeParsedDataset.parseResult.rangeSheetRes?.rangeAddress
- }}
+
+
Matched with dataset:
- {{ activeParsedDataset.libds }}
+
+
Matched with dataset:
- {{ activeSubmittedDataset.libds }}
+
+
Status: @@ -291,11 +313,18 @@
+ Due to current licence, only + {{ licenceState.value.submit_rows_limit }} rows in each file will + be submitted. To remove the restriction, contact + support@datacontroller.io. +
+