forked from p15670423/monkey
Island: Remove superfluous description from ransomware report
This commit is contained in:
parent
644a90c2f3
commit
6fdf0858ac
|
@ -11,12 +11,9 @@ class RansomwareReport extends React.Component {
|
||||||
|
|
||||||
generateReportContent() {
|
generateReportContent() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<p>
|
{this.getExploitationStats()}
|
||||||
This report shows information about the ransomware simulation run by Infection Monkey.
|
</div>
|
||||||
</p>
|
|
||||||
{this.getExploitationStats()}
|
|
||||||
</div>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue