diff --git a/monkey_island/cc/ui/src/components/pages/ConfigurePage.js b/monkey_island/cc/ui/src/components/pages/ConfigurePage.js index adfbfbcac..6b3465320 100644 --- a/monkey_island/cc/ui/src/components/pages/ConfigurePage.js +++ b/monkey_island/cc/ui/src/components/pages/ConfigurePage.js @@ -107,7 +107,10 @@ class ConfigurePageComponent extends React.Component { { this.state.saved ? -

Configuration saved successfully.

+
+ + Configuration saved successfully. +
: ''} ); diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js index 25ea4f939..91f21a2bd 100644 --- a/monkey_island/cc/ui/src/components/pages/ReportPage.js +++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js @@ -13,14 +13,7 @@ class ReportPageComponent extends React.Component {

Penetration Test Report

- In order to reset the entire environment, all monkeys will be ordered to kill themselves - and the database will be cleaned up. -

-

- After that you could go back to the Run Monkey page to start new infections. -

-

- Reset Environment + Under construction