Skip to content

Commit cdf8844

Browse files
authored
show newExecutionRunId as link (#848)
1 parent 50f0581 commit cdf8844

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/workflow-history/config/workflow-history-event-details.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ const workflowHistoryEventDetailsConfig = [
7272
},
7373
{
7474
name: 'RunIds as link',
75-
pathRegex: '(firstExecutionRunId|originalExecutionRunId)$',
75+
pathRegex:
76+
'(firstExecutionRunId|originalExecutionRunId|newExecutionRunId)$',
7677
valueComponent: ({ entryValue, domain, cluster, workflowId }) => {
7778
return createElement(WorkflowHistoryEventDetailsExecutionLink, {
7879
domain,

0 commit comments

Comments
 (0)