summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-24 21:53:31 -0500
committerJeff Carr <[email protected]>2025-03-24 21:53:31 -0500
commit1fd6b1d36d099a3301b62293d004e26bea83a070 (patch)
tree22d5a8d029d5080c0c16032fcae176e0cbd5892f /doGui.go
parenta7e639cdb0d34fee66b4a85def25be4fea7e635e (diff)
continued work on the GUIv0.2.51v0.2.50
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/doGui.go b/doGui.go
index 3e6b2ba..13bba73 100644
--- a/doGui.go
+++ b/doGui.go
@@ -45,17 +45,6 @@ func doGui() {
func drawWindow(win *gadgets.GenericWindow) {
grid := win.Group.RawGrid()
- /*
- var hyperWin *gadgets.GenericWindow
- grid.NewButton("hypervisors", func() {
- if hyperWin != nil {
- hyperWin.Toggle()
- return
- }
- hyperWin = makeHypervisorsWindow(me.cluster.H)
- })
- */
-
var newHyperWin *stdHypervisorTableWin
grid.NewButton("show hypervisors", func() {
if newHyperWin != nil {