mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
Merge pull request #15916 from ashley-cui/machstarting
Fix machine starting state
This commit is contained in:
@ -177,6 +177,7 @@ func toMachineFormat(vms []*machine.ListResponse) ([]*entities.ListReporter, err
|
|||||||
response.Port = vm.Port
|
response.Port = vm.Port
|
||||||
response.RemoteUsername = vm.RemoteUsername
|
response.RemoteUsername = vm.RemoteUsername
|
||||||
response.IdentityPath = vm.IdentityPath
|
response.IdentityPath = vm.IdentityPath
|
||||||
|
response.Starting = vm.Starting
|
||||||
|
|
||||||
machineResponses = append(machineResponses, response)
|
machineResponses = append(machineResponses, response)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user