feat: robot id
This commit is contained in:
@@ -34,7 +34,7 @@ interface ScheduleConfig {
|
||||
cronExpression?: string;
|
||||
}
|
||||
|
||||
interface RobotSettings {
|
||||
export interface RobotSettings {
|
||||
id: string;
|
||||
userId?: number;
|
||||
recording_meta: RobotMeta;
|
||||
@@ -92,6 +92,12 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
|
||||
disabled
|
||||
style={{ marginBottom: '20px' }}
|
||||
/>
|
||||
<TextField
|
||||
label="Robot ID"
|
||||
value={robot.recording_meta.id}
|
||||
disabled
|
||||
style={{ marginBottom: '20px' }}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user