feat: show which user created robot
This commit is contained in:
@@ -104,6 +104,14 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
|
|||||||
}}
|
}}
|
||||||
style={{ marginBottom: '20px' }}
|
style={{ marginBottom: '20px' }}
|
||||||
/>
|
/>
|
||||||
|
<TextField
|
||||||
|
label="Created By User ID"
|
||||||
|
value={robot.userId}
|
||||||
|
InputProps={{
|
||||||
|
readOnly: true,
|
||||||
|
}}
|
||||||
|
style={{ marginBottom: '20px' }}
|
||||||
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label="Robot Created At"
|
label="Robot Created At"
|
||||||
value={robot.recording_meta.createdAt}
|
value={robot.recording_meta.createdAt}
|
||||||
|
|||||||
Reference in New Issue
Block a user