diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 19:39:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 19:39:02 -0600 |
| commit | cad4ed3d29c45cd4a190c987af5d614050441120 (patch) | |
| tree | 87ac64b1a8478b6773d9083d46b76e0d60a76f7e /windowRepos.go | |
| parent | 52e08e60779d9ba8a68aa7ea7928aeb27ec8d6d0 (diff) | |
generic protobuf table buttons actually work
Diffstat (limited to 'windowRepos.go')
| -rw-r--r-- | windowRepos.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windowRepos.go b/windowRepos.go index 58b2c80..4ac40cb 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -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()) |
