Updated Branches: refs/heads/master a711db5a3 -> 836215c7f
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/836215c7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/836215c7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/836215c7 Branch: refs/heads/master Commit: 836215c7f2741b2e4822ba669e80962bf1e972a3 Parents: a711db5 Author: Pranav Saxena <psb...@gmail.com> Authored: Mon Jul 8 14:49:47 2013 +0530 Committer: Pranav Saxena <psb...@gmail.com> Committed: Mon Jul 8 14:49:47 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/836215c7/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index dd971ed..ecda086 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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) {