mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user