diff --git a/src/modules/modals/Import.vue b/src/modules/modals/Import.vue index 23b6f7da7..4aa5379c1 100644 --- a/src/modules/modals/Import.vue +++ b/src/modules/modals/Import.vue @@ -63,48 +63,7 @@
- -
- {{ t('tables', 'Found columns') }} -
-
- {{ result['found_columns_count'] }} -
-
- {{ t('tables', 'Matching columns') }} -
-
- {{ result['matching_columns_count'] }} -
-
- {{ t('tables', 'Created columns') }} -
-
- {{ result['created_columns_count'] }} -
-
- {{ t('tables', 'Inserted rows') }} -
-
- {{ result['inserted_rows_count'] }} -
-
- {{ t('tables', 'Value parsing errors') }} -
-
- {{ result['errors_parsing_count'] }} -
-
- {{ t('tables', 'Row creation errors') }} -
-
- {{ result['errors_count'] }} -
-
- - - {{ t('tables', 'Error during importing. Please read the logs for more information.') }} - +
@@ -141,6 +100,7 @@ import axios from '@nextcloud/axios' import { generateUrl } from '@nextcloud/router' import { mapGetters } from 'vuex' import NcIconTimerSand from '../../shared/components/ncIconTimerSand/NcIconTimerSand.vue' +import ImportResults from './ImportResults.vue' export default { @@ -150,6 +110,7 @@ export default { IconFolder, NcModal, NcButton, + ImportResults, NcCheckboxRadioSwitch, RowFormWrapper, NcEmptyContent,