CLOUDSTACK-2274:Detail view loading problem when deleting a zone

This commit is contained in:
Pranav Saxena 2013-05-05 01:15:14 +05:30
parent 63f3ccd4df
commit 5811ae7e25
1 changed files with 5 additions and 2 deletions

View File

@ -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(); }