mirror of
https://github.com/apache/cloudstack
synced 2026-08-30 17:01:56 +00:00
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
Block a user