From 8838d2c8bb9f836fec3e447a781d103deeae8454 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 10 Dec 2024 10:26:55 -0600 Subject: [PATCH] add `terminal` prop to workflow metrics for a running workflow --- .../WorkflowInvocationMetrics.vue | 24 ++++++++++++------- .../WorkflowInvocationState.vue | 4 +++- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationMetrics.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationMetrics.vue index 40f46da6db23..5a140c16e62e 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationMetrics.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationMetrics.vue @@ -1,5 +1,5 @@