diff options
| author | Jeff Carr <[email protected]> | 2023-12-31 12:12:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-31 12:12:55 -0600 |
| commit | 1e0773ad9e7b275da288dcb40a412d67cc3456e4 (patch) | |
| tree | 4d9227f662e93fe4f823ae0aeb25ff14c04addce /digitalocean/structs.go | |
| parent | 519e428e2f5e10d31cce39dd9b98428479d5c994 (diff) | |
select memory size
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digitalocean/structs.go')
| -rw-r--r-- | digitalocean/structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go index 4f948fe..04e7b61 100644 --- a/digitalocean/structs.go +++ b/digitalocean/structs.go @@ -47,10 +47,13 @@ type windowCreate struct { group *gui.Node grid *gui.Node + regionSelected godo.Region tag *gadgets.OneLiner name *gadgets.BasicEntry region *gadgets.BasicDropdown - size *gadgets.BasicDropdown + size *gadgets.BasicCombobox + memory *gadgets.BasicDropdown + // nvme *gadgets.BasicCheckbox } type ipButton struct { |
