mirror of
https://github.com/sasjs/server.git
synced 2026-01-03 21:10:05 +00:00
feat(log): put download log icon into log tab
This commit is contained in:
@@ -265,25 +265,6 @@ const LogComponent = (props: LogComponentProps) => {
|
||||
</pre>
|
||||
</div>
|
||||
)}
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
|
||||
marginTop: 10
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
onClick={(evt: SyntheticEvent) => {
|
||||
download(evt, clearErrorsAndWarningsHtmlWrapping(logBody))
|
||||
}}
|
||||
variant="contained"
|
||||
color="primary"
|
||||
startIcon={<FileDownloadIcon />}
|
||||
>
|
||||
download entire log
|
||||
</Button>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user