diff options
| author | Jeff Carr <[email protected]> | 2019-05-26 12:05:23 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-26 12:05:23 -0700 |
| commit | 1fbb0cd227987b1b7758c19452ce97338041c302 (patch) | |
| tree | d63ce02697c5d8975a3140532a7796d924baf318 /tableCallbacks.go | |
| parent | 4f08c8f1cea5103c9713d2374d3e266025208893 (diff) | |
more standard button handling
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tableCallbacks.go')
| -rw-r--r-- | tableCallbacks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableCallbacks.go b/tableCallbacks.go index 8a61f6b..1f926d4 100644 --- a/tableCallbacks.go +++ b/tableCallbacks.go @@ -108,7 +108,7 @@ func defaultSetCellValue(mh *TableData, row int, column int) { } else { // AddVmConfigureTab(vmname, mh.Rows[row].PbVM) // createVmBox(Data.cloudTab, buttonVmClick, mh.Rows[row].PbVM) - createVmBox(Data.cloudTab, mouseClick, mh.Rows[row].VM) + createVmBox(Data.cloudTab, mh.Rows[row].VM) } } } |
