You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/07/05 13:34:51 UTC

git commit: updated refs/heads/master-6-17-stable to 5dbc1d2

Updated Branches:
  refs/heads/master-6-17-stable 739d0b18c -> 5dbc1d2ff


CLOUDSTACK-3230: Cluster remains in processing state


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5dbc1d2f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5dbc1d2f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5dbc1d2f

Branch: refs/heads/master-6-17-stable
Commit: 5dbc1d2ff35e665d020ee9ea8e4d3ae10c6de71e
Parents: 739d0b1
Author: Pranav Saxena <ps...@gmail.com>
Authored: Fri Jul 5 17:01:39 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Fri Jul 5 17:01:39 2013 +0530

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


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