Added machine name to the downloaded logs file
This commit is contained in:
parent
f59e3d2235
commit
8d379555f8
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ const Logs = () => {
|
|||
<div className={classes.buttonsWrapper}>
|
||||
<LogsDowloaderPopover
|
||||
title="Download logs"
|
||||
name="machine-logs"
|
||||
name={selected.name}
|
||||
query={GET_MACHINE_LOGS_CSV}
|
||||
args={{ deviceId }}
|
||||
getLogs={logs => R.path(['machineLogsCsv'])(logs)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue