summaryrefslogtreecommitdiff
path: root/vmWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 15:35:41 -0700
committerJeff Carr <[email protected]>2019-05-24 15:35:41 -0700
commitccba007256bf14a2bea871c181855e4c4741a382 (patch)
tree82309559380ea81989a5907a5647d52779f73dd1 /vmWindow.go
parent858f7fd93cf77bdb7bafbae0f58af6eae1766aec (diff)
ping almost works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'vmWindow.go')
-rw-r--r--vmWindow.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmWindow.go b/vmWindow.go
index ca25a9d..280ccf6 100644
--- a/vmWindow.go
+++ b/vmWindow.go
@@ -111,6 +111,7 @@ func createVmBox(tab *ui.Tab, custom func(*ButtonMap), pbVM *pb.Event_VM) {
hboxButtons.Append(CreateButton("Power On", "POWERON", custom), false)
hboxButtons.Append(CreateButton("Power Off", "POWEROFF", custom), false)
hboxButtons.Append(CreateButton("Destroy", "DESTROY", custom), false)
+ hboxButtons.Append(CreateButton("ping", "PING", runPingClick), false)
hboxButtons.Append(CreateButton("Console", "XTERM", runTestExecClick), false)
hboxButtons.Append(CreateButton("Save", "SAVE", custom), false)
hboxButtons.Append(CreateButton("Done", "DONE", custom), false)