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 2871210584 for ; Fri, 1 Nov 2013 00:21:19 +0000 (UTC) Received: (qmail 4301 invoked by uid 500); 1 Nov 2013 00:21:16 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4276 invoked by uid 500); 1 Nov 2013 00:21:16 -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 4247 invoked by uid 99); 1 Nov 2013 00:21:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 00:21:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 43CB46E67; Fri, 1 Nov 2013 00:21:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Date: Fri, 01 Nov 2013 00:21:31 -0000 Message-Id: <23e393f9d0014bfeb2b0f8bb5b27a15d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/50] [abbrv] git commit: updated refs/heads/rbac to 2ef4d52 Infra. chart: Fix socket info items duplicated on refresh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8a37f40c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8a37f40c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8a37f40c Branch: refs/heads/rbac Commit: 8a37f40c0ae611d8f0747392ea5f313473846bba Parents: f1eaa97 Author: Brian Federle Authored: Tue Oct 29 15:17:09 2013 -0700 Committer: Brian Federle Committed: Tue Oct 29 15:17:09 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/physicalResources.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8a37f40c/ui/scripts/ui-custom/physicalResources.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/physicalResources.js b/ui/scripts/ui-custom/physicalResources.js index b41400a..fcc2f6a 100644 --- a/ui/scripts/ui-custom/physicalResources.js +++ b/ui/scripts/ui-custom/physicalResources.js @@ -40,7 +40,8 @@ }); // Socket info - var $socketInfo = $dashboard.find('.socket-info ul'); + var $socketInfo = $dashboard.find('.socket-info ul'); + $socketInfo.find('li').remove(); // Clean up $(args.data.socketInfo).each(function() { var item = this; var name = item.name;