File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
portal-ui/src/screens/Console/Support Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ import {
13
13
containerForHeader ,
14
14
inlineCheckboxes ,
15
15
} from "../Common/FormComponents/common/styleLibrary" ;
16
- import HelpBox from "../../../common/HelpBox" ;
17
- import WarnIcon from "../../../icons/WarnIcon" ;
18
16
19
17
const styles = ( theme : Theme ) =>
20
18
createStyles ( {
@@ -179,18 +177,6 @@ const Profile = ({ classes }: IProfileProps) => {
179
177
</ Button >
180
178
</ Grid >
181
179
</ 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
- ) }
194
180
</ PageLayout >
195
181
</ Fragment >
196
182
) ;
You can’t perform that action at this time.
0 commit comments