diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js index 50e0921cf..d9f3255e2 100644 --- a/monkey_island/cc/ui/src/components/pages/ReportPage.js +++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js @@ -582,10 +582,16 @@ class ReportPageComponent extends React.Component { className="label label-warning">{this.state.report.glance.scanned.length} machines and successfully breached {this.state.report.glance.exploited.length} of them. -
- In addition, while attempting to exploit additional hosts , security software installed in the - network should have picked up the attack attempts and logged them.

+ { + this.state.report.glance.exploited.length > 0 ? +

+ In addition, while attempting to exploit additional hosts , security software installed in the + network should have picked up the attack attempts and logged them. +

+ : + '' + }