fix: show run id
This commit is contained in:
@@ -121,6 +121,11 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
|
|||||||
<>
|
<>
|
||||||
<Typography variant="h5" style={{ marginBottom: '20px' }}>Run Settings</Typography>
|
<Typography variant="h5" style={{ marginBottom: '20px' }}>Run Settings</Typography>
|
||||||
<Box style={{ display: 'flex', flexDirection: 'column', gap: '20px' }}>
|
<Box style={{ display: 'flex', flexDirection: 'column', gap: '20px' }}>
|
||||||
|
<TextField
|
||||||
|
label="Run ID"
|
||||||
|
value={row.runId}
|
||||||
|
InputProps={{ readOnly: true }}
|
||||||
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label={row.runByUserId ? "Run by User" : row.runByScheduleId ? "Run by Schedule ID" : "Run by API"}
|
label={row.runByUserId ? "Run by User" : row.runByScheduleId ? "Run by Schedule ID" : "Run by API"}
|
||||||
value={runByLabel}
|
value={runByLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user