diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js index bb45f0d5c..4eb847053 100644 --- a/monkey_island/cc/ui/src/components/pages/ReportPage.js +++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js @@ -1,5 +1,5 @@ import React from 'react'; -import {Col} from 'react-bootstrap'; +import {Button, Col} from 'react-bootstrap'; import BreachedServers from 'components/report-components/BreachedServers'; import ScannedServers from 'components/report-components/ScannedServers'; import {ReactiveGraph} from 'components/reactive-graph/ReactiveGraph'; @@ -343,8 +343,11 @@ class ReportPageComponent extends React.Component { (
The first monkey run was started on Detailed recommendations in the next part of the report.
-
diff --git a/monkey_island/cc/ui/src/components/report-components/CollapsibleWell.js b/monkey_island/cc/ui/src/components/report-components/CollapsibleWell.js
index 0b92712db..6dee76601 100644
--- a/monkey_island/cc/ui/src/components/report-components/CollapsibleWell.js
+++ b/monkey_island/cc/ui/src/components/report-components/CollapsibleWell.js
@@ -10,18 +10,28 @@ class CollapsibleWellComponent extends React.Component {
}
render() {
+ let well =
+ (
+