Merge pull request #15916 from ashley-cui/machstarting

Fix machine starting state
This commit is contained in:
OpenShift Merge Robot 2022-09-27 10:47:48 +02:00 committed by GitHub
commit f51aeb45d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ func toMachineFormat(vms []*machine.ListResponse) ([]*entities.ListReporter, err
response.Port = vm.Port
response.RemoteUsername = vm.RemoteUsername
response.IdentityPath = vm.IdentityPath
response.Starting = vm.Starting
machineResponses = append(machineResponses, response)
}