Skip to content

Commit 7f16c06

Browse files
katarina-calakresimir-coko
authored andcommitted
1652-add workflowNodeName in the UI for nested cluster roots
1 parent 055eafc commit 7f16c06

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

client/src/pages/platform/workflow-editor/nodes/WorkflowNode.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ const WorkflowNode = ({data, id}: {data: NodeDataType; id: string}) => {
302302
{data.operationName && (
303303
<pre className="text-sm text-black">{data.operationName}</pre>
304304
)}
305+
306+
{isNestedClusterRoot && (
307+
<span className="text-xs text-gray-500">{data.workflowNodeName}</span>
308+
)}
305309
</div>
306310
)}
307311
</div>

0 commit comments

Comments
 (0)