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