CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use

This commit is contained in:
Pranav Saxena 2013-01-29 14:32:55 +05:30
parent 453f749785
commit cd10b994ae

View File

@ -9736,7 +9736,7 @@
args.response.success({data:{}});
},
error: function(json) {
args.response.error(parseXMLHttpResponse(XMLHttpResponse));
args.response.error(parseXMLHttpResponse(json));
}
});
},