From e9f321132748e594738c30116d22640a0a9a155b Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 12 Nov 2024 14:16:16 -0500 Subject: [PATCH] add alert for no metrics, lint --- client/src/components/JobMetrics/JobMetrics.vue | 2 ++ client/src/components/Workflow/WorkflowAnnotation.vue | 1 + .../WorkflowInvocationState/WorkflowInvocationState.vue | 7 +------ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/src/components/JobMetrics/JobMetrics.vue b/client/src/components/JobMetrics/JobMetrics.vue index 469dc3062e73..78dc294c002c 100644 --- a/client/src/components/JobMetrics/JobMetrics.vue +++ b/client/src/components/JobMetrics/JobMetrics.vue @@ -1,4 +1,5 @@