From e4da44b5ce1bee7587c86a6b3fa20f5757432b8e Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 8 Oct 2024 22:27:23 +0200 Subject: [PATCH] Add a button to refresh the list of updates --- central_frontend/src/routes/OTARoute.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/central_frontend/src/routes/OTARoute.tsx b/central_frontend/src/routes/OTARoute.tsx index bb80beb..4a11813 100644 --- a/central_frontend/src/routes/OTARoute.tsx +++ b/central_frontend/src/routes/OTARoute.tsx @@ -1,6 +1,7 @@ import DeleteIcon from "@mui/icons-material/Delete"; import DownloadIcon from "@mui/icons-material/Download"; import FileUploadIcon from "@mui/icons-material/FileUpload"; +import RefreshIcon from "@mui/icons-material/Refresh"; import { IconButton, Paper, @@ -65,13 +66,18 @@ function _OTARoute(p: { platforms: Array }): React.ReactElement { + + + + + + setShowUploadDialog(true)}> - + } > {showUploadDialog && (