mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2274:Detail view loading problem when deleting a zone
This commit is contained in:
parent
63f3ccd4df
commit
5811ae7e25
|
|
@ -4928,8 +4928,11 @@
|
|||
async: true,
|
||||
success: function(json) {
|
||||
args.response.success({data:{}});
|
||||
}
|
||||
});
|
||||
},
|
||||
error:function(json){
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
}
|
||||
});
|
||||
},
|
||||
notification: {
|
||||
poll: function(args) { args.complete(); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue