diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 22:14:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 22:14:21 -0600 |
| commit | 40fedc09b47d2af9fc231b371f346f7e9fc65188 (patch) | |
| tree | 1e5ca9106dfa280e487246e0bab9a457e2ca4b39 | |
| parent | 53dbe44d38ceb6c835f9725dddbafba5a4cfa28f (diff) | |
autogenpb changesv0.0.42
| -rw-r--r-- | windowZooPB.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windowZooPB.go b/windowZooPB.go index d4e835a..154335b 100644 --- a/windowZooPB.go +++ b/windowZooPB.go @@ -38,8 +38,8 @@ 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) + f := func(m *zoopb.Machine) { + log.Info("got to MachinesTable.Custom() ", m.Hostname) } t.Custom(f) log.Info("table has uuid", t.GetUuid()) |
