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