Change Retry Task to Rerun Task (#601)
This commit is contained in:
@@ -143,7 +143,7 @@ function TaskDetails() {
|
||||
)}
|
||||
{taskHasTerminalState && (
|
||||
<Button variant="secondary" asChild>
|
||||
<Link to={`/create/retry/${task.task_id}`}>Retry Task</Link>
|
||||
<Link to={`/create/retry/${task.task_id}`}>Rerun Task</Link>
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -161,7 +161,7 @@ function TaskActions({ task }: Props) {
|
||||
navigate(`/create/retry/${task.task_id}`);
|
||||
}}
|
||||
>
|
||||
Retry Task
|
||||
Rerun Task
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
||||
Reference in New Issue
Block a user