forked from p15670423/monkey
manually infected machines now show all info shown on infected machines
This commit is contained in:
parent
31357498e5
commit
93d4f08e90
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue