generic protobuf table buttons actually work

This commit is contained in:
Jeff Carr 2025-03-05 19:39:02 -06:00
parent 52e08e6077
commit cad4ed3d29
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ func makeReposWin() *gadgets.GenericWindow {
// display the protobuf
t = addWindowPB(insertWin, found)
f := func(id int) {
log.Info("got to MachinesTable.Custom() id =", id)
f := func(repo *gitpb.Repo) {
log.Info("got to ReposTable.Custom() id =", repo.GetGoPath(), repo.GetCurrentVersion())
}
t.Custom(f)
log.Info("table has uuid", t.GetUuid())