summaryrefslogtreecommitdiff
path: root/doAdminGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-11 19:44:48 -0500
committerJeff Carr <[email protected]>2025-03-11 19:44:48 -0500
commit19b1588512e60419915913a109c14355166ed33d (patch)
treefb927bb7d9e19af015533e3f6db7cb9ea342496b /doAdminGui.go
parent0a452c005bdc90354b192c5234373a7bca5ffdf6 (diff)
show hypervisors
Diffstat (limited to 'doAdminGui.go')
-rw-r--r--doAdminGui.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/doAdminGui.go b/doAdminGui.go
index 8d71530..5ea68c4 100644
--- a/doAdminGui.go
+++ b/doAdminGui.go
@@ -95,6 +95,11 @@ func (admin *adminT) doAdminGui() {
return
}
log.Info("Hypervisors len=", admin.hypervisors.Len())
+ hwin := newHypervisorsWindow()
+ hwin.doStdHypervisors(admin.hypervisors)
+ hwin.win.Custom = func() {
+ log.Info("hiding table window")
+ }
})
grid.NewButton("show active droplets", func() {