Health-Check UI development
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a7e09c86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a7e09c86 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a7e09c86 Branch: refs/heads/master Commit: a7e09c864864beb56e5b8a652150e72fe39ca3a4 Parents: 2094ee6 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Thu Mar 14 17:21:03 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Thu Mar 14 17:21:03 2013 +0530 ---------------------------------------------------------------------- ui/scripts/ui-custom/healthCheck.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a7e09c86/ui/scripts/ui-custom/healthCheck.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/healthCheck.js b/ui/scripts/ui-custom/healthCheck.js index 0c6689a..d0f4def 100644 --- a/ui/scripts/ui-custom/healthCheck.js +++ b/ui/scripts/ui-custom/healthCheck.js @@ -171,12 +171,10 @@ } }); }, g_queryAsyncJobResultInterval); - }, - error:function(XMLHttpResponse){ - args.response.error(parseXMLHttpResponse(XMLHttpResponse)); + } - } + }); } }