mirror of https://github.com/apache/cloudstack.git
pod/host dedication failure cases
This commit is contained in:
parent
574f782ab2
commit
baadb8a8c2
|
|
@ -9378,6 +9378,10 @@
|
|||
|
||||
}
|
||||
}
|
||||
else {
|
||||
args.response.success({data: item});
|
||||
}
|
||||
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
|
|
@ -11430,6 +11434,10 @@
|
|||
});
|
||||
}
|
||||
}
|
||||
else {
|
||||
args.response.success({data: item});
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
error: function(XMLHttpResponse) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue