summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 05:29:30 -0500
committerJeff Carr <[email protected]>2025-03-12 05:29:30 -0500
commit599fe4251fa725c4f5b368801b783c8894c60768 (patch)
tree016aecb3708ebcb249842075c5ed1213148bc60c /structs.go
parent50d16b3d86882456f4e17e400c4b8beed79d30e5 (diff)
fixes to the admin tablesv0.2.45
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go11
1 files changed, 7 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 33708c3..e5cb9c0 100644
--- a/structs.go
+++ b/structs.go
@@ -41,10 +41,13 @@ type virtigoT struct {
type adminT struct {
// admin mode
- droplets *virtpb.Droplets // your droplets
- hypervisors *virtpb.Hypervisors // yep
- events *virtpb.Events // yep
- uptime *gui.Node // the uptime message
+ droplets *virtpb.Droplets // your droplets
+ hypervisors *virtpb.Hypervisors // yep
+ events *virtpb.Events // yep
+ uptime *gui.Node // the uptime message
+ dwin *stdDropletTableWin // the droplet window
+ hwin *stdHypervisorTableWin // the hypervisor window
+ ewin *stdEventTableWin // the events window
}
// the stuff that is needed for a hypervisor