From 8dceade046b6de63e9cd01e3eb4f48fd54742aaa Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Fri, 8 Nov 2024 17:31:49 -0600 Subject: [PATCH] in fact do show the history in run form view; just say "Input History" We removed the switch/view history button from the workflow run form version of the header, but it actually makes sense to keep it there since it lets the user know which history is going to be the input for the workflow (it changes as you change the history). In the invocation version of course it always made sense because then it is scoped to the history that was used as input for that invocation. --- client/src/components/Workflow/WorkflowAnnotation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Workflow/WorkflowAnnotation.vue b/client/src/components/Workflow/WorkflowAnnotation.vue index 30c47664decf..459b3c12d0a6 100644 --- a/client/src/components/Workflow/WorkflowAnnotation.vue +++ b/client/src/components/Workflow/WorkflowAnnotation.vue @@ -63,8 +63,8 @@ const workflowTags = computed(() => { edited - - History: + + Input History: