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