mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3230: Cluster remains in processing state
This commit is contained in:
parent
640948d818
commit
be17ea8e94
|
|
@ -10323,6 +10323,10 @@
|
|||
});
|
||||
}
|
||||
}
|
||||
else{
|
||||
|
||||
args.response.success({data:item});
|
||||
}
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
|
|
|
|||
Loading…
Reference in New Issue