From 0e0f5030dada026b20a6d3ce0d7ee2e67d147922 Mon Sep 17 00:00:00 2001 From: Javier Adriel Date: Mon, 17 Apr 2023 17:00:03 -0600 Subject: [PATCH] Remove health diagnostic warning (#2779) --- .../src/screens/Console/HealthInfo/HealthInfo.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx b/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx index ec5db3e76..9e321149c 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 { Box, Button, Grid, HelpBox, Loader, WarnIcon } from "mds"; +import { Box, Button, Grid, HelpBox, InfoIcon, Loader } from "mds"; import { DiagStatError, DiagStatInProgress, @@ -354,15 +354,10 @@ const HealthInfo = ({ classes }: IHealthInfo) => {
} - help={ - - Cluster Health Report will be uploaded to Subnet, and is - viewable from your Subnet Diagnostics dashboard. - + "Cluster Health Report will be uploaded to Subnet, and is viewable from your Subnet Diagnostics dashboard." } + iconComponent={} + help={""} /> )}