You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/06/20 03:17:56 UTC

[35/51] [abbrv] git commit: updated refs/heads/object_store to 9aec9c6

CLOUDSTACK-3056:Intelligence mechanism on the UI in case of addVmwareDC API call failure


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

Branch: refs/heads/object_store
Commit: ffcd693afd4d2240a7d59122b3bbf8d298a3b1dd
Parents: b919785
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Jun 19 16:30:48 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Jun 19 16:30:48 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ffcd693a/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 046b122..84d19e8 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -3394,7 +3394,13 @@
                   }
                 });
               }
-            }
+            },
+           
+            error: function(XMLHttpResponse) {
+                    var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
+                    error('addCluster', errorMsg, { fn: 'addCluster', args: args });
+             }
+                     
           });
          }
          else{