File tree Expand file tree Collapse file tree
client/src/components/WorkflowInvocationState Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,6 +213,13 @@ onUnmounted(() => {
213213 </div >
214214
215215 <div v-if =" computedExpanded" class =" portlet-content" >
216+ <div
217+ v-if =" props.workflowStep.annotation"
218+ class =" mb-2 bg-light rounded p-2"
219+ :class =" { 'mt-2': !props.inGraphView }" >
220+ {{ props.workflowStep.annotation }}
221+ </div >
222+
216223 <div v-if =" isReady && invocationStepId !== undefined" >
217224 <div style =" min-width : 1 " >
218225 <BAlert v-if =" loading" variant =" info" show >
@@ -330,10 +337,10 @@ onUnmounted(() => {
330337 <LoadingSpan message =" Loading step configuration" />
331338 </BAlert >
332339 <fieldset v-else-if =" activeStepWithConfig" disabled >
333- <FormTool
340+ <FormTool
334341 v-if =" workflowStepType === 'tool'"
335- :step =" activeStepWithConfig"
336- :datatypes =" datatypes" />
342+ :step =" activeStepWithConfig"
343+ :datatypes =" datatypes" />
337344 <FormDefault v-else :step =" activeStepWithConfig" :datatypes =" datatypes" />
338345 </fieldset >
339346 </GTab >
You can’t perform that action at this time.
0 commit comments