summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-26 13:53:54 -0700
committerJeff Carr <[email protected]>2019-05-26 13:53:54 -0700
commitb57ed75580263735943d45d24a430611aa3771ca (patch)
tree71a11b9e08125abb745d5634077cb1294e70d14b /mainCloudBox.go
parent22c687ea4dd64140714a73ef759c28d06d3626c0 (diff)
work on add VM
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 42d8d41..1b1dade 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -366,8 +366,8 @@ func createAddVmBox(tab *ui.Tab, name string) {
hboxButtons.SetPadded(true)
vbox.Append(hboxButtons, false)
- hboxButtons.Append(CreateButton(nil, nil, "Add Virtual Machine", "CREATE", nil), false)
- hboxButtons.Append(CreateButton(nil, nil, "Cancel", "DONE", nil), false)
+ hboxButtons.Append(CreateButton(nil, nil, "Add Virtual Machine","createAddVmBox", nil), false)
+ hboxButtons.Append(CreateButton(nil, nil, "Cancel", "CLOSE", nil), false)
tab.Append(name, vbox)
tab.SetMargined(0, true)