Update workflow run page (#1372)

This commit is contained in:
Shuchang Zheng
2024-12-11 09:23:07 -08:00
committed by GitHub
parent 9cf4743961
commit 7272dadf3d
11 changed files with 661 additions and 494 deletions

View File

@@ -257,7 +257,7 @@ function TaskDetails() {
workflow &&
workflowRun && (
<Link
to={`/workflows/${workflow.workflow_permanent_id}/${workflowRun.workflow_run_id}`}
to={`/workflows/${workflow.workflow_permanent_id}/${workflowRun.workflow_run_id}/blocks`}
>
{workflow.title}
</Link>