Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27A629632 for ; Thu, 14 Mar 2013 17:57:57 +0000 (UTC) Received: (qmail 62823 invoked by uid 500); 14 Mar 2013 17:57:54 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 62702 invoked by uid 500); 14 Mar 2013 17:57:54 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 62285 invoked by uid 99); 14 Mar 2013 17:57:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 17:57:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 66B2716D03; Thu, 14 Mar 2013 17:57:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [17/29] git commit: refs/heads/master - Fix another typo Message-Id: <20130314175753.66B2716D03@tyr.zones.apache.org> Date: Thu, 14 Mar 2013 17:57:53 +0000 (UTC) Fix another typo Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1c803137 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1c803137 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1c803137 Branch: refs/heads/master Commit: 1c80313702dee3dcc42588e54a6f88e5a5757e25 Parents: f487756 Author: Brian Federle Authored: Thu Mar 7 16:22:49 2013 -0800 Committer: Brian Federle Committed: Thu Mar 7 16:22:49 2013 -0800 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1c803137/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 94ff432..24f4e16 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -51,7 +51,7 @@ }, success: function(json) { var nic = json.listnics.nic[0]; - var ips = nic.secondaryip ? targetNic.secondaryip : []; + var ips = nic.secondaryip ? nic.secondaryip : []; args.response.success({ data: $(ips).map(function(index, ip) {