From e250339820346c4d7610bf48d13c9e357031f443 Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:19:27 +0200 Subject: [PATCH] debugging the task details (#1453) --- .../components/UI/task-manager/SubTasks.vue | 33 ++++++++++--------- .../UI/task-manager/TaskManager.vue | 7 ++-- launcher/src/store/taskManager.js | 1 + 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/launcher/src/components/UI/task-manager/SubTasks.vue b/launcher/src/components/UI/task-manager/SubTasks.vue index a6505fcc5..5a8458311 100644 --- a/launcher/src/components/UI/task-manager/SubTasks.vue +++ b/launcher/src/components/UI/task-manager/SubTasks.vue @@ -3,7 +3,7 @@
{{ item.action }} {{ item.name }}
- +
{{ item.action }} @@ -32,7 +32,7 @@ {{ item.action }} {{ item.name }}
- +
{{ item.name }}
@@ -42,7 +42,7 @@ {{ item.action }} {{ item.name }}
- +
{{ item.name }} @@ -55,24 +55,25 @@