From be14882792a7625bc85a6eec1e65b074ab1bba83 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 00:55:23 +0530 Subject: [PATCH] feat: create robot button --- src/components/molecules/RecordingsTable.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index 4a3a61df..25a0070f 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -9,7 +9,7 @@ import TablePagination from '@mui/material/TablePagination'; import TableRow from '@mui/material/TableRow'; import { useEffect } from "react"; import { WorkflowFile } from "maxun-core"; -import { IconButton } from "@mui/material"; +import { IconButton, Button, Box } from "@mui/material"; import { Schedule, DeleteForever, Edit, PlayCircle } from "@mui/icons-material"; import LinkIcon from '@mui/icons-material/Link'; import { useGlobalInfoStore } from "../../context/globalInfo"; @@ -126,9 +126,14 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl return ( - - My Robots - + + + My Robots + + +