Updated Branches: refs/heads/4.2 574f782ab -> baadb8a8c
pod/host dedication failure cases Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/baadb8a8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/baadb8a8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/baadb8a8 Branch: refs/heads/4.2 Commit: baadb8a8c2a41abb541a2896461f6b2f443ec79e Parents: 574f782 Author: Pranav Saxena <psb...@gmail.com> Authored: Mon Jul 8 14:52:01 2013 +0530 Committer: Pranav Saxena <psb...@gmail.com> Committed: Mon Jul 8 14:52:01 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/baadb8a8/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5adab1e..64134e2 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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) {