Skip to content

Commit

Permalink
fix: node links on UI use podName instead of workflow name (#9740)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpadhiar committed Oct 4, 2022
1 parent 3d214f9 commit d9d1968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const WorkflowNodeSummary = (props: Props) => {
object={{
metadata: {
namespace: props.workflow.metadata.namespace,
name: props.node.id
name: podName
},
workflow: props.workflow,
status: {
Expand Down

0 comments on commit d9d1968

Please sign in to comment.