-
{this.props.data.message}
+
{this.props.data.message_html}
{this.props.data.bits_jobs.length > 0 ?
BITS jobs were used in these machines:
: ''}
-
{this.props.data.message}
+
{this.props.data.message_html}
{scanned_services.length > 0 ?
this.renderScannedServices(scanned_services) : ''}
{this.props.data.exploited_services.length > 0 ?
diff --git a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1216.js b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1216.js
index e608492a1..d65ab6a42 100644
--- a/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1216.js
+++ b/monkey/monkey_island/cc/ui/src/components/attack/techniques/T1216.js
@@ -27,7 +27,7 @@ class T1216 extends React.Component {
render() {
return (
-
{this.props.data.message}
+
{this.props.data.message_html}
{this.props.data.status === ScanStatus.USED ?
- {this.props.data.message}
+ {this.props.data.message_html}
{this.props.data.status === ScanStatus.USED ?
- {this.props.data.message}
+ {this.props.data.message_html}
{this.props.data.status === ScanStatus.USED ?
;
+ techniques[tech_id]['message_html'] = ;
}
return techniques