From 84315ad735846080cf21cfb7aeac543fcca3201c Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Thu, 21 Sep 2017 16:13:04 +0300 Subject: [PATCH] Minor ui tweaks --- .../cc/ui/src/components/pages/ConfigurePage.js | 5 ++++- monkey_island/cc/ui/src/components/pages/ReportPage.js | 9 +-------- 2 files changed, 5 insertions(+), 9 deletions(-) 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