new UI - Instance menu - add action "reboot", "destroy"

This commit is contained in:
jessica 2010-08-27 09:32:45 -07:00 committed by unknown
parent 91420e13e0
commit a585b37e6a

View File

@ -25,6 +25,16 @@ function clickInstanceGroupHeader($arrowIcon, selectedItemIds) {
label: "Start",
isAsyncJob: true,
asyncJobResponse: "startvirtualmachineresponse"
},
rebootVirtualMachine: {
label: "Reboot",
isAsyncJob: true,
asyncJobResponse: "rebootvirtualmachineresponse"
},
destroyVirtualMachine: {
label: "Destroy",
isAsyncJob: true,
asyncJobResponse: "destroyvirtualmachineresponse"
}
}