continue locally now
This commit is contained in:
parent
b621bba629
commit
d214d670ac
|
@ -38,6 +38,10 @@ 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) {
|
||||||
|
log.Info("got to MachinesTable.Custom() id =", id)
|
||||||
|
}
|
||||||
|
t.Custom(f)
|
||||||
log.Info("table has uuid", t.GetUuid())
|
log.Info("table has uuid", t.GetUuid())
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue