diff --git a/client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue b/client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue index ba1fbf2c5d2f..770cc2b94862 100644 --- a/client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue +++ b/client/src/components/Workflow/Invocation/Graph/InvocationGraph.vue @@ -260,34 +260,46 @@ function getStepKey(step: Step) { @focus-on-step="toggleActiveStep" /> - + - Showing Job Details for - - {{ showingJobId }} - + + Showing Job Details for + + {{ showingJobId }} + + + No Job Selected
- + - +
- -
+ + -
+

+ Select a job from a step in the invocation to view its details here.
diff --git a/client/src/components/WorkflowInvocationState/JobStep.vue b/client/src/components/WorkflowInvocationState/JobStep.vue index 796af8a56ffd..694d6304e2ab 100644 --- a/client/src/components/WorkflowInvocationState/JobStep.vue +++ b/client/src/components/WorkflowInvocationState/JobStep.vue @@ -1,6 +1,5 @@