diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 05:29:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 05:29:30 -0500 |
| commit | 599fe4251fa725c4f5b368801b783c8894c60768 (patch) | |
| tree | 016aecb3708ebcb249842075c5ed1213148bc60c /structs.go | |
| parent | 50d16b3d86882456f4e17e400c4b8beed79d30e5 (diff) | |
fixes to the admin tablesv0.2.45
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
