diff options
| author | Jeff Carr <[email protected]> | 2023-12-31 16:07:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-31 16:07:36 -0600 |
| commit | 55c9d4b0c4c60e55a0c13d20eacec5b6c86a1beb (patch) | |
| tree | 3fc584be6f9577e735d3118e9146af64ad3f1247 /digitalocean/structs.go | |
| parent | 1e0773ad9e7b275da288dcb40a412d67cc3456e4 (diff) | |
finally get droplet Create() working again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digitalocean/structs.go')
| -rw-r--r-- | digitalocean/structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go index 04e7b61..ac376fc 100644 --- a/digitalocean/structs.go +++ b/digitalocean/structs.go @@ -48,11 +48,13 @@ type windowCreate struct { grid *gui.Node regionSelected godo.Region + regionSlug string tag *gadgets.OneLiner name *gadgets.BasicEntry region *gadgets.BasicDropdown size *gadgets.BasicCombobox memory *gadgets.BasicDropdown + image *gadgets.BasicCombobox // nvme *gadgets.BasicCheckbox } |
