Skip to content

Commit 663a5b1

Browse files
authored
Remove of suspended traffic warning in profile page (#1926)
1 parent 6f676f7 commit 663a5b1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

portal-ui/src/screens/Console/Support/Profile.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import {
1313
containerForHeader,
1414
inlineCheckboxes,
1515
} from "../Common/FormComponents/common/styleLibrary";
16-
import HelpBox from "../../../common/HelpBox";
17-
import WarnIcon from "../../../icons/WarnIcon";
1816

1917
const styles = (theme: Theme) =>
2018
createStyles({
@@ -179,18 +177,6 @@ const Profile = ({ classes }: IProfileProps) => {
179177
</Button>
180178
</Grid>
181179
</Grid>
182-
{!profilingStarted && (
183-
<Fragment>
184-
<br />
185-
<HelpBox
186-
title={
187-
"During the profiling run all production traffic will be suspended."
188-
}
189-
iconComponent={<WarnIcon />}
190-
help={<Fragment />}
191-
/>
192-
</Fragment>
193-
)}
194180
</PageLayout>
195181
</Fragment>
196182
);

0 commit comments

Comments
 (0)