Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2746B107C5 for ; Wed, 24 Apr 2013 23:03:17 +0000 (UTC) Received: (qmail 45068 invoked by uid 500); 24 Apr 2013 23:03:11 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 45005 invoked by uid 500); 24 Apr 2013 23:03:11 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 44505 invoked by uid 99); 24 Apr 2013 23:03:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 23:03:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 64AA5880801; Wed, 24 Apr 2013 23:03:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Wed, 24 Apr 2013 23:03:32 -0000 Message-Id: <786b95f10011425084d4da928be3782d@git.apache.org> In-Reply-To: <6cb4a1e0844441f88f7bcd1a990dff25@git.apache.org> References: <6cb4a1e0844441f88f7bcd1a990dff25@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/42] git commit: updated refs/heads/ui-vm-affinity to 25f2f0f CLOUDSTACK-2166:UI Support for remove Vlan for the non-contiguous vlan support:Exception handling Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa7049a5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa7049a5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa7049a5 Branch: refs/heads/ui-vm-affinity Commit: fa7049a5838b2d1c5436cfd8fb13c1a1cf884d88 Parents: 4e9e793 Author: Pranav Saxena Authored: Wed Apr 24 14:02:30 2013 +0530 Committer: Pranav Saxena Committed: Wed Apr 24 14:02:30 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa7049a5/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 4f5925c..b2bd42b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1028,7 +1028,13 @@ updateTrafficLabels(trafficType, args.data, function() { args.response.success({ _custom: { jobId: jobId }}); }); + }, + + error:function(json){ + args.response.error(parseXMLHttpResponse(json)); + } + }); @@ -1073,7 +1079,13 @@ updateTrafficLabels(trafficType, args.data, function() { args.response.success({ _custom: { jobId: jobId }}); }); + }, + + error:function(json){ + args.response.error(parseXMLHttpResponse(json)); + } + }); },