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

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