continue locally now

This commit is contained in:
Jeff Carr 2025-03-05 12:39:55 -06:00
parent b621bba629
commit d214d670ac
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ func addButtonForZooPB(grid *gui.Node) (*gui.Node, *gadgets.GenericWindow) {
// display the protobuf
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())
})