From 6700d52cc817b019308cbc16b1b87302a9d3fec0 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Tue, 17 Sep 2024 20:43:05 +0530 Subject: [PATCH 01/14] Implemented: added the ui displays the file information(#680) --- src/components/JobConfiguration.vue | 40 +++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index 77926a83..86f2b4b9 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -112,6 +112,30 @@ +
+ +

Import logs

+ View details +
+ + + + + Files received + 14 + + + + Files processed + 14 + + + + Files with errors + 14 + + +
@@ -138,7 +162,9 @@ import { import { addOutline, calendarClearOutline, + codeWorkingOutline, flashOutline, + fileTrayFullOutline, listCircleOutline, copyOutline, timeOutline, @@ -146,7 +172,8 @@ import { syncOutline, personCircleOutline, pinOutline, - refreshOutline + refreshOutline, + warningOutline } from "ionicons/icons"; import JobHistoryModal from '@/components/JobHistoryModal.vue' import { Plugins } from '@capacitor/core'; @@ -525,10 +552,12 @@ export default defineComponent({ Actions, addOutline, calendarClearOutline, + codeWorkingOutline, copyOutline, DateTime, listCircleOutline, flashOutline, + fileTrayFullOutline, hasPermission, isCustomRunTime, getNowTimestamp, @@ -540,17 +569,18 @@ export default defineComponent({ personCircleOutline, pinOutline, refreshOutline, - translate + translate, + warningOutline }; } }); \ No newline at end of file diff --git a/src/components/JobConfiguration.vue b/src/components/JobConfiguration.vue index 86f2b4b9..34387aa0 100644 --- a/src/components/JobConfiguration.vue +++ b/src/components/JobConfiguration.vue @@ -112,31 +112,31 @@ +

Import logs

- View details + View details
- + - Files received - 14 + Files received + 14 - Files processed - 14 + Files processed + 14 - Files with errors - 14 + Files with errors + 14
-