diff --git a/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx b/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx index f1cf47cce..ec5db3e76 100644 --- a/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx +++ b/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx @@ -23,7 +23,7 @@ import { import { AppState, useAppDispatch } from "../../../store"; import { useSelector } from "react-redux"; import { useNavigate } from "react-router-dom"; -import { Button, HelpBox, Loader, WarnIcon } from "mds"; +import { Box, Button, Grid, HelpBox, Loader, WarnIcon } from "mds"; import { DiagStatError, DiagStatInProgress, @@ -44,7 +44,6 @@ import { actionsTray, containerForHeader, } from "../Common/FormComponents/common/styleLibrary"; -import { Grid } from "@mui/material"; import TestWrapper from "../Common/TestWrapper/TestWrapper"; import PageLayout from "../Common/Layout/PageLayout"; @@ -54,8 +53,8 @@ import { healthInfoResetMessage, } from "./healthInfoSlice"; import RegisterCluster from "../Support/RegisterCluster"; -import { registeredCluster } from "../../../config"; import PageHeaderWrapper from "../Common/PageHeaderWrapper/PageHeaderWrapper"; +import { registeredCluster } from "../../../config"; const styles = (theme: Theme) => createStyles({ @@ -310,8 +309,15 @@ const HealthInfo = ({ classes }: IHealthInfo) => { ) : ( - - + + {serverDiagnosticStatus !== DiagStatError && !downloadDisabled && (