Island, UI: remove starting node states

Since bootloader is gone, nothing sets the state of the node to "starting"
This commit is contained in:
vakarisz 2022-02-01 13:28:13 +02:00 committed by Ilija Lazoroski
parent 79ab06e575
commit 25f1195475
1 changed files with 1 additions and 1 deletions

View File

@ -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)