Skip to content

Commit

Permalink
feat: Add node ID to node info panel (#9500)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan committed Sep 4, 2022
1 parent 2a80a2c commit c00fbf8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const WorkflowNodeSummary = (props: Props) => {

const attributes = [
{title: 'NAME', value: <ClipboardText text={props.node.name} />},
{title: 'ID', value: <ClipboardText text={props.node.id} />},
{title: 'TYPE', value: props.node.type},
{
title: 'PHASE',
Expand Down

0 comments on commit c00fbf8

Please sign in to comment.