feat: download screenshot
This commit is contained in:
@@ -154,7 +154,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
||||
width: 'max-content',
|
||||
}}>
|
||||
<Typography key={`binary-output-key-${key}`} sx={{ margin: '20px 0px 20px 0px'}}>
|
||||
<a href={imageUrl} download={key} style={{ textDecoration: 'none' }}>Download</a>
|
||||
<a href={imageUrl} download={key} style={{ textDecoration: 'none' }}>Download Screenshot</a>
|
||||
</Typography>
|
||||
<img key={`image-${key}`} src={imageUrl} alt={key} height='auto' width='700px' />
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user