From aa450d6e4bbd81d97775e3f83f5118c0b67d1dab Mon Sep 17 00:00:00 2001 From: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:10:50 +0530 Subject: [PATCH] chore(ui): mark taskruns with multiple attemps in gantt view (#6721) --- ui/src/components/executions/Gantt.vue | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ui/src/components/executions/Gantt.vue b/ui/src/components/executions/Gantt.vue index c936da54731..5ffd6fb03f0 100644 --- a/ui/src/components/executions/Gantt.vue +++ b/ui/src/components/executions/Gantt.vue @@ -39,6 +39,17 @@ {{ item.task.value }} +
+ + + + +