Updated Branches:
  refs/heads/master-6-17-stable 30161f859 -> 9a049ad60


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/9c292272
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9c292272
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9c292272

Branch: refs/heads/master-6-17-stable
Commit: 9c292272addcbc7912be4a50cab1cc008d7b0cf4
Parents: 8b9c157
Author: Pranav Saxena <psb...@gmail.com>
Authored: Mon Jul 8 14:32:17 2013 +0530
Committer: Pranav Saxena <psb...@gmail.com>
Committed: Mon Jul 8 14:32:17 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9c292272/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 831d517..6844431 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -8975,6 +8975,10 @@
 
                      }
                     }
+                  else {
+                      args.response.success({data: item});
+                    }
+
                  },
                  error: function(XMLHttpResponse) {
                     var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
@@ -11027,6 +11031,10 @@
                       });
                     }
                   }
+                  else {
+                      args.response.success({data: item});
+                    }
+
                   },
 
                    error: function(XMLHttpResponse) {

Reply via email to