diff options
Diffstat (limited to 'makima/frontend/src/components/directives/OrchestratorStepNode.tsx')
| -rw-r--r-- | makima/frontend/src/components/directives/OrchestratorStepNode.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/frontend/src/components/directives/OrchestratorStepNode.tsx b/makima/frontend/src/components/directives/OrchestratorStepNode.tsx index 9c8e95e..3fccb4b 100644 --- a/makima/frontend/src/components/directives/OrchestratorStepNode.tsx +++ b/makima/frontend/src/components/directives/OrchestratorStepNode.tsx @@ -151,7 +151,7 @@ export function OrchestratorStepNode({ {/* Task link */} <a - href={`/mesh/${taskId}`} + href={`/exec/${taskId}`} className={`text-[9px] font-mono text-[#556677] hover:${colors.text} underline block`} > {status === "running" ? "View running task" : "View task"} |
