You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/02/26 15:14:11 UTC

[32/36] git commit: refs/heads/qemu-img - CLOUDSTACK-1398:LDAP:fail to update the failed job status -stuck in in-progress state

CLOUDSTACK-1398:LDAP:fail to update the failed job status -stuck in in-progress state


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

Branch: refs/heads/qemu-img
Commit: b9a4774d8e0475a5eee6b36418687384e8329d10
Parents: 0a1a207
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Feb 26 16:52:04 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Feb 26 16:52:04 2013 +0530

----------------------------------------------------------------------
 ui/scripts/globalSettings.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b9a4774d/ui/scripts/globalSettings.js
----------------------------------------------------------------------
diff --git a/ui/scripts/globalSettings.js b/ui/scripts/globalSettings.js
index 598c9c5..0f573d8 100644
--- a/ui/scripts/globalSettings.js
+++ b/ui/scripts/globalSettings.js
@@ -188,7 +188,13 @@
                                    data: items
                              });
 
-                      }
+                      },
+
+                   error:function(json){
+                      args.response.error(parseXMLHttpResponse(json));
+
+                     }
+
 
                      });