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 DDBE39631 for ; Thu, 14 Mar 2013 17:57:56 +0000 (UTC) Received: (qmail 62779 invoked by uid 500); 14 Mar 2013 17:57:54 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 62673 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 62212 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 4A3F016CEE; 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: [22/29] git commit: refs/heads/master - Fix IP address list view Message-Id: <20130314175753.4A3F016CEE@tyr.zones.apache.org> Date: Thu, 14 Mar 2013 17:57:53 +0000 (UTC) Fix IP address list view Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ccbad34c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ccbad34c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ccbad34c Branch: refs/heads/master Commit: ccbad34c057040e23006943cd2d0cfb3e1eb02ed Parents: a9387df Author: Brian Federle Authored: Fri Mar 8 11:46:26 2013 -0800 Committer: Brian Federle Committed: Fri Mar 8 11:46:26 2013 -0800 ---------------------------------------------------------------------- ui/scripts/network.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ccbad34c/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 7ab2f20..7eb7ab5 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1934,8 +1934,7 @@ $.ajax({ url: createURL('listPublicIpAddresses'), data: { - id: args.context.ipAddresses[0].id, - listAll: true + id: args.context.ipAddresses[0].id }, dataType: "json", async: true,