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);
|
info = this.scanInfo(this.props.item);
|
||||||
break;
|
break;
|
||||||
case 'node':
|
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);
|
info = this.assetInfo(this.props.item);
|
||||||
} else if (this.props.item.group.includes('monkey', 'manual')) {
|
} else if (this.props.item.group.includes('monkey', 'manual')) {
|
||||||
info = this.infectedAssetInfo(this.props.item)
|
info = this.infectedAssetInfo(this.props.item)
|
||||||
|
|
Loading…
Reference in New Issue