summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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