Skip to content

Commit 0e0f503

Browse files
authored
Remove health diagnostic warning (#2779)
1 parent 0dacc4d commit 0e0f503

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
import { AppState, useAppDispatch } from "../../../store";
2424
import { useSelector } from "react-redux";
2525
import { useNavigate } from "react-router-dom";
26-
import { Box, Button, Grid, HelpBox, Loader, WarnIcon } from "mds";
26+
import { Box, Button, Grid, HelpBox, InfoIcon, Loader } from "mds";
2727
import {
2828
DiagStatError,
2929
DiagStatInProgress,
@@ -354,15 +354,10 @@ const HealthInfo = ({ classes }: IHealthInfo) => {
354354
<br />
355355
<HelpBox
356356
title={
357-
"During the health diagnostics run, all production traffic will be suspended."
358-
}
359-
iconComponent={<WarnIcon />}
360-
help={
361-
<Fragment>
362-
Cluster Health Report will be uploaded to Subnet, and is
363-
viewable from your Subnet Diagnostics dashboard.
364-
</Fragment>
357+
"Cluster Health Report will be uploaded to Subnet, and is viewable from your Subnet Diagnostics dashboard."
365358
}
359+
iconComponent={<InfoIcon />}
360+
help={""}
366361
/>
367362
</Fragment>
368363
)}

0 commit comments

Comments
 (0)