manually infected machines now show all info shown on infected machines

This commit is contained in:
Itay Mizeretz 2017-10-18 16:00:52 +03:00
parent 31357498e5
commit 93d4f08e90
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class PreviewPaneComponent extends React.Component {
info = this.scanInfo(this.props.item);
break;
case 'node':
info = this.props.item.group.includes('monkey') ?
info = this.props.item.group.includes('monkey', 'manual') ?
this.infectedAssetInfo(this.props.item) : this.assetInfo(this.props.item);
break;
case 'island_edge':