summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index d61f7f5..876aafd 100644
--- a/doGui.go
+++ b/doGui.go
@@ -54,6 +54,10 @@ func doGui() {
makeZoodWin()
})
+ grid.NewButton("Cluster Events", func() {
+ log.Info("todo: start a list here!")
+ })
+
// sit here forever refreshing the GUI
for {
refresh()