testing code
This commit is contained in:
parent
a57b2875af
commit
b621bba629
|
@ -49,6 +49,9 @@ func addButtonForZooPB(grid *gui.Node) (*gui.Node, *gadgets.GenericWindow) {
|
|||
t = AddMachinesPB(tbox, me.machines)
|
||||
log.Info("table has uuid", t.GetUuid())
|
||||
})
|
||||
grid.NewButton("ListChildren", func() {
|
||||
me.myGui.ListChildren(false)
|
||||
})
|
||||
})
|
||||
return b, win
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue