From 07507eaeb6cbc2e121b8b9b2f927853abfae99dc Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 15 Aug 2024 16:48:12 +0200 Subject: [PATCH] show spinner when waiting for EMS to connect --- interface/src/app/main/Devices.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/src/app/main/Devices.tsx b/interface/src/app/main/Devices.tsx index 305d3d81b..f8cf452cb 100644 --- a/interface/src/app/main/Devices.tsx +++ b/interface/src/app/main/Devices.tsx @@ -25,6 +25,7 @@ import UnfoldMoreOutlinedIcon from '@mui/icons-material/UnfoldMoreOutlined'; import { Box, Button, + CircularProgress, Dialog, DialogActions, DialogContent, @@ -562,6 +563,9 @@ const Devices = () => { + {tableList.length === 0 && ( + + )} {tableList.map((device: Device) => (