mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Remove of suspended traffic warning in profile page (#1926)
This commit is contained in:
@@ -13,8 +13,6 @@ import {
|
|||||||
containerForHeader,
|
containerForHeader,
|
||||||
inlineCheckboxes,
|
inlineCheckboxes,
|
||||||
} from "../Common/FormComponents/common/styleLibrary";
|
} from "../Common/FormComponents/common/styleLibrary";
|
||||||
import HelpBox from "../../../common/HelpBox";
|
|
||||||
import WarnIcon from "../../../icons/WarnIcon";
|
|
||||||
|
|
||||||
const styles = (theme: Theme) =>
|
const styles = (theme: Theme) =>
|
||||||
createStyles({
|
createStyles({
|
||||||
@@ -179,18 +177,6 @@ const Profile = ({ classes }: IProfileProps) => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
{!profilingStarted && (
|
|
||||||
<Fragment>
|
|
||||||
<br />
|
|
||||||
<HelpBox
|
|
||||||
title={
|
|
||||||
"During the profiling run all production traffic will be suspended."
|
|
||||||
}
|
|
||||||
iconComponent={<WarnIcon />}
|
|
||||||
help={<Fragment />}
|
|
||||||
/>
|
|
||||||
</Fragment>
|
|
||||||
)}
|
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user