generic protobuf table buttons actually work
This commit is contained in:
parent
52e08e6077
commit
cad4ed3d29
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue