mirror of https://github.com/apache/cloudstack.git
bug 8381: disassociateIpAddress API has been changed from Sync to Async. Here is related UI change.
This commit is contained in:
parent
8e9e37d617
commit
537fa0a319
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue