forked from p15670423/monkey
Island, UI: remove starting node states
Since bootloader is gone, nothing sets the state of the node to "starting"
This commit is contained in:
parent
79ab06e575
commit
25f1195475
|
@ -228,7 +228,7 @@ class PreviewPaneComponent extends AuthComponent {
|
|||
info = this.scanInfo(this.props.item);
|
||||
break;
|
||||
case 'node':
|
||||
if (this.props.item.group.includes('monkey') && this.props.item.group.includes('starting')) {
|
||||
if (this.props.item.group.includes('monkey')) {
|
||||
info = this.assetInfo(this.props.item);
|
||||
} else if (this.props.item.group.includes('monkey', 'manual')) {
|
||||
info = this.infectedAssetInfo(this.props.item)
|
||||
|
|
Loading…
Reference in New Issue