diff --git a/interface/src/app/status/SystemMonitor.tsx b/interface/src/app/status/SystemMonitor.tsx index 4a52c6452..ba672f831 100644 --- a/interface/src/app/status/SystemMonitor.tsx +++ b/interface/src/app/status/SystemMonitor.tsx @@ -1,12 +1,11 @@ import { useCallback, useMemo, useRef, useState } from 'react'; import CancelIcon from '@mui/icons-material/Cancel'; -import { Box, Button, Dialog, DialogContent, Typography } from '@mui/material'; +import { Box, Button, Typography } from '@mui/material'; import { callAction } from 'api/app'; import { readSystemStatus } from 'api/system'; -import { dialogStyle } from 'CustomTheme'; import { useRequest } from 'alova/client'; import MessageBox from 'components/MessageBox'; import { useI18nContext } from 'i18n/i18n-react'; @@ -95,14 +94,38 @@ const SystemMonitor = () => { }, [setSystemStatus]); return ( - - - + + + EMS-ESP { )} - - + + ); };