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 && ( +