mirror of https://github.com/apache/cloudstack.git
CS-13535: Error handling for add domain operation
Original patch by: olga.smola reviewed-by: jessica, r5583
This commit is contained in:
parent
74043d28e4
commit
6a12977173
|
|
@ -168,6 +168,10 @@
|
|||
success: function(json) {
|
||||
var item = json.createdomainresponse.domain;
|
||||
args.response.success({data: item});
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
args.response.error(errorMsg);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue