autogenpb changes
This commit is contained in:
parent
53dbe44d38
commit
40fedc09b4
|
@ -38,8 +38,8 @@ func addButtonForZooPB(grid *gui.Node) (*gui.Node, *gadgets.GenericWindow) {
|
||||||
|
|
||||||
// display the protobuf
|
// display the protobuf
|
||||||
t = AddMachinesPB(tbox, me.machines)
|
t = AddMachinesPB(tbox, me.machines)
|
||||||
f := func(id int) {
|
f := func(m *zoopb.Machine) {
|
||||||
log.Info("got to MachinesTable.Custom() id =", id)
|
log.Info("got to MachinesTable.Custom() ", m.Hostname)
|
||||||
}
|
}
|
||||||
t.Custom(f)
|
t.Custom(f)
|
||||||
log.Info("table has uuid", t.GetUuid())
|
log.Info("table has uuid", t.GetUuid())
|
||||||
|
|
Loading…
Reference in New Issue