diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 23:37:08 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 23:37:08 -0700 |
| commit | e23138d675243828d8982631deb69d200572b184 (patch) | |
| tree | e0378ad01d08ef74ce78416e31d784521c39aa51 /gui.go | |
| parent | 58209fde5d2f88b6f43565cfc5e6f08d5190dc0f (diff) | |
map create vm tab to the account
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ func mouseClick(b *ButtonMap) { log.Println("\tgui.mouseClick() START b.Action =", b.Action) if (b.Action == "createAddVmBox") { log.Println("\tgui.mouseClick() createAddVmBox for b =", b) - createAddVmBox(Data.cloudTab, "Create New Virtual Machine") + createAddVmBox(Data.cloudTab, "Create New Virtual Machine", b) return } /* |
