You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/07/09 22:46:03 UTC

[21/50] [abbrv] git commit: updated refs/heads/ui-ucs to 9334dab

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/ui-ucs
Commit: 836215c7f2741b2e4822ba669e80962bf1e972a3
Parents: a711db5
Author: Pranav Saxena <ps...@gmail.com>
Authored: Mon Jul 8 14:49:47 2013 +0530
Committer: Pranav Saxena <ps...@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) {