bug 8381: disassociateIpAddress API has been changed from Sync to Async. Here is related UI change.

This commit is contained in:
Jessica Wang 2011-02-18 15:30:40 -08:00
parent 8e9e37d617
commit 537fa0a319
1 changed files with 2 additions and 1 deletions

View File

@ -1251,7 +1251,8 @@ function setNetworkTypeField(value, $field) {
var ipActionMap = {
"label.action.release.ip": {
isAsyncJob: false,
isAsyncJob: true,
asyncJobResponse: "disassociateipaddressresponse",
dialogBeforeActionFn : doReleaseIp,
inProcessText: "label.action.release.ip.processing",
afterActionSeccessFn: function(json, $midmenuItem1, id) {