diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 05:16:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 05:34:25 -0600 |
| commit | e85a8ae69f538147f969859ea45af6048fce243c (patch) | |
| tree | 2a90f5f94656fb9a7404b538373318f2141c5e76 /doGui.go | |
| parent | 8c7f6c3c1be68c3ac350c4b611e08ed8b23bd3a8 (diff) | |
talking with zood again
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |
