todo: fix edit
This commit is contained in:
parent
65563eb8e2
commit
f39c7d4a51
|
@ -86,11 +86,7 @@ func (admin *adminT) createDropletWindow() *gadgets.GenericWindow {
|
||||||
}
|
}
|
||||||
grid.NextRow() // each entry is on it's own row
|
grid.NextRow() // each entry is on it's own row
|
||||||
|
|
||||||
grid.NewButton("dump pb.FormatTEXT()", func() {
|
/*
|
||||||
t := d.FormatTEXT()
|
|
||||||
log.Info(t)
|
|
||||||
})
|
|
||||||
|
|
||||||
save = grid.NewButton("postEvent() EDIT", func() {
|
save = grid.NewButton("postEvent() EDIT", func() {
|
||||||
log.Info("save droplet changes here")
|
log.Info("save droplet changes here")
|
||||||
|
|
||||||
|
@ -104,8 +100,9 @@ func (admin *adminT) createDropletWindow() *gadgets.GenericWindow {
|
||||||
log.Info("admin.postEvent() worked (?)")
|
log.Info("admin.postEvent() worked (?)")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
|
|
||||||
save = grid.NewButton("postEvent() ADD", func() {
|
save = grid.NewButton("Create", func() {
|
||||||
log.Info("save droplet changes here")
|
log.Info("save droplet changes here")
|
||||||
|
|
||||||
e := new(virtpb.Event)
|
e := new(virtpb.Event)
|
||||||
|
|
Loading…
Reference in New Issue