summaryrefslogtreecommitdiff
path: root/tableCallbacks.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 12:51:04 -0700
committerJeff Carr <[email protected]>2019-05-24 12:51:04 -0700
commit238c39de36931ad81427d964228cd5bc0c3ea60a (patch)
treeb11e8cb7e30d2f0462a7e83a580ff4a8ea76eaca /tableCallbacks.go
parent1756f961e4c872d0374e7f147cc6f31cbbdd5591 (diff)
clean more of the button handling
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tableCallbacks.go')
-rw-r--r--tableCallbacks.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go
index 6c5fdae..67e414b 100644
--- a/tableCallbacks.go
+++ b/tableCallbacks.go
@@ -106,7 +106,9 @@ func defaultSetCellValue(mh *TableData, row int, column int) {
if (Data.Debug) {
go ui.Main(ShowVM)
} else {
- AddVmConfigureTab(vmname, mh.Rows[row].PbVM)
+ // AddVmConfigureTab(vmname, mh.Rows[row].PbVM)
+ // createVmBox(Data.cloudTab, buttonVmClick, mh.Rows[row].PbVM)
+ createVmBox(Data.cloudTab, buttonMapClick, mh.Rows[row].PbVM)
}
}
}