Updated Branches:
  refs/heads/vmware-datamodel 3201dbfe2 -> 776b043ea

CLOUDSTACK-2274:Detail view loading problem when deleting a zone


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

Branch: refs/heads/vmware-datamodel
Commit: 5811ae7e2571380ab2b2be4e64686ff3affb7364
Parents: 63f3ccd
Author: Pranav Saxena <pranav.sax...@citrix.com>
Authored: Sun May 5 01:15:14 2013 +0530
Committer: Pranav Saxena <pranav.sax...@citrix.com>
Committed: Sun May 5 01:15:14 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5811ae7e/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 3c4051c..f2017cd 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -4928,8 +4928,11 @@
                         async: true,
                         success: function(json) {
                           args.response.success({data:{}});
-                        }
-                      });
+                        },
+                        error:function(json){
+                           args.response.error(parseXMLHttpResponse(json));
+                       }
+                      }); 
                     },
                     notification: {
                       poll: function(args) { args.complete(); }

Reply via email to