mirror of https://github.com/apache/cloudstack.git
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:
parent
453f749785
commit
cd10b994ae
|
|
@ -9736,7 +9736,7 @@
|
|||
args.response.success({data:{}});
|
||||
},
|
||||
error: function(json) {
|
||||
args.response.error(parseXMLHttpResponse(XMLHttpResponse));
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue