Show online in CLI & API when isOnline() reports so
This commit is contained in:
parent
4532915be1
commit
000c02dad9
2 changed files with 2 additions and 3 deletions
|
@ -767,6 +767,7 @@ func (machine *Machine) toProto() *v1.Machine {
|
|||
GivenName: machine.GivenName,
|
||||
Namespace: machine.Namespace.toProto(),
|
||||
ForcedTags: machine.ForcedTags,
|
||||
Online: machine.isOnline(),
|
||||
|
||||
// TODO(kradalby): Implement register method enum converter
|
||||
// RegisterMethod: ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue