From 07b7af59b693e17e5d76c1918fbc59291194f172 Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:28:12 -0600 Subject: [PATCH] Minor Adjustments (#2719) Signed-off-by: Benjamin Perez --- .../screens/Console/HealthInfo/HealthInfo.tsx | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) 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 && (