diff --git a/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx b/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx index da98da16c4..e7914f0f7c 100644 --- a/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx +++ b/src/apps/dashboard/components/widgets/ServerInfoWidget.tsx @@ -6,6 +6,9 @@ import Typography from '@mui/material/Typography'; import Stack from '@mui/material/Stack'; import Button from '@mui/material/Button'; import Skeleton from '@mui/material/Skeleton'; +import RefreshIcon from '@mui/icons-material/Refresh'; +import RestartAltIcon from '@mui/icons-material/RestartAlt'; +import PowerSettingsNewIcon from '@mui/icons-material/PowerSettingsNew'; import { useSystemInfo } from 'hooks/useSystemInfo'; type ServerInfoWidgetProps = { @@ -56,6 +59,7 @@ const ServerInfoWidget = ({ onScanLibrariesClick, onRestartClick, onShutdownClic