feat: allow stopping queued runs
This commit is contained in:
@@ -441,7 +441,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
ref={logEndRef} />
|
ref={logEndRef} />
|
||||||
</div>
|
</div>
|
||||||
</Box>
|
</Box>
|
||||||
{row.status === 'running' ? <Button
|
{row.status === 'running' || row.status === 'queued' ? <Button
|
||||||
color="error"
|
color="error"
|
||||||
onClick={abortRunHandler}
|
onClick={abortRunHandler}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user