mirror of https://github.com/apache/cloudstack.git
bug 8659: deleteNetwork API has been changed from sync to async. Here is related UI change.
This commit is contained in:
parent
b70d918e0b
commit
a53a07985b
|
|
@ -1442,7 +1442,8 @@ function bindAddIpRangeToDirectNetworkButton($button, $midmenuItem1) {
|
|||
|
||||
var directNetworkActionMap = {
|
||||
"label.action.delete.network": {
|
||||
isAsyncJob: false,
|
||||
isAsyncJob: true,
|
||||
asyncJobResponse: "deletenetworkresponse",
|
||||
dialogBeforeActionFn : doDeleteNetwork,
|
||||
inProcessText: "label.action.delete.network.processing",
|
||||
afterActionSeccessFn: function(json, $midmenuItem1, id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue