From 07a97501fb282f1f2e65aeec4c07ea2f6740a011 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Nov 2024 20:20:58 +0100 Subject: [PATCH] feat: improved backgroundTracking --- src/components/ftbot/BackgroundJobTracking.vue | 8 +++++++- src/components/ftbot/DownloadDataMain.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/ftbot/BackgroundJobTracking.vue b/src/components/ftbot/BackgroundJobTracking.vue index 064dda32..438fe040 100644 --- a/src/components/ftbot/BackgroundJobTracking.vue +++ b/src/components/ftbot/BackgroundJobTracking.vue @@ -7,7 +7,13 @@ const { runningJobs } = useBackgroundJob(); -
{{ job.job_category }} {{ job.status }} {{ job.progress }}
+ {{ job.job_category }} +
+ + {{ job.status }} + + {{ job.progress }} +
diff --git a/src/components/ftbot/DownloadDataMain.vue b/src/components/ftbot/DownloadDataMain.vue index fb69fc26..c4036564 100644 --- a/src/components/ftbot/DownloadDataMain.vue +++ b/src/components/ftbot/DownloadDataMain.vue @@ -42,7 +42,7 @@ async function startDownload() {