diff --git a/web/src/components/TaskCenterDrawer.vue b/web/src/components/TaskCenterDrawer.vue index ce447f91..55110619 100644 --- a/web/src/components/TaskCenterDrawer.vue +++ b/web/src/components/TaskCenterDrawer.vue @@ -41,30 +41,33 @@ :class="taskCardClasses(task)" @click="handleTaskCardClick(task)" > + +
+ + {{ statusLabel(task.status) }} +
+
{{ task.name }}
-
+
#{{ formatTaskId(task.id) }} {{ taskTypeLabel(task.type) }} - {{ getTaskDuration(task) }} + {{ getTaskDuration(task) }}
- - {{ statusLabel(task.status) }} - -
+
- + :stroke-width="4" + :show-info="false" + /> + {{ Math.round(task.progress || 0) }}%
-
{{ task.message }}
@@ -72,23 +75,23 @@ {{ task.error }}
+