From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 68454E009D8; Mon, 18 May 2015 12:33:46 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A0B23E0094C for ; Mon, 18 May 2015 12:33:42 -0700 (PDT) Received: by wguv19 with SMTP id v19so139173610wgu.1 for ; Mon, 18 May 2015 12:33:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=LZkKSxwU5KPIk78dcS7h769vzMyk3gWLg3ddK881tgw=; b=jPkV3vaZZkDHK4r+4V06b8L4K0HFmiQ72mRs2QfTJ+sXm7jq2X4+Md0IG5I22e9QAn sNjtULDVWCz11Php1/7mL/y6/BkJUb7T/wd53P69U7WGZu+AkZjiz5ypJ/lw/oNgyJCs D4qeMbt3CsmKeRvz5Ka7MbDVrN9uuQYgfyNMJ0cIQptVR2N1Drd2pcfw65otTDCLiZDN qgBYmO8F7pHjqX0LH8xKjIG1TLfSmFfJXxpKs+Yf1tlOMydyCqxl0lgwJoSZbJxibDBW c/mVec2sQqLlYVhqiPC2k7zh8LjqSw1zBSr+97v1CfPW0iNSQzCXwejMODsYQk6uq5qr SE6g== X-Gm-Message-State: ALoCoQm0AA3e5H5WFsSUsiz4iiHW47jHrpAPX5qRbdfieCh1lHo04q05zgzoq1ghX7hfusKVd4oC X-Received: by 10.180.231.40 with SMTP id td8mr25484662wic.9.1431977621733; Mon, 18 May 2015 12:33:41 -0700 (PDT) Received: from [192.168.2.36] ([83.217.123.106]) by mx.google.com with ESMTPSA id z12sm18314070wjq.12.2015.05.18.12.33.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 12:33:40 -0700 (PDT) Message-ID: <555A3E94.8040603@intel.com> Date: Mon, 18 May 2015 20:33:40 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/porting-layerdetails-tables X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 19:33:46 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Squeezed in a few clean ups into this as well. commit 347aa8fd766f5fa0bd720ba9528dc006a59f7a47 Author: Michael Wood Date: Mon May 18 20:08:28 2015 +0100 bitbake: toaster: Port layerdetails to ToasterTables This ports the layerdetails page to using ToasterTables Also some whitespace and strict clean ups in the existing layerdetails js and html template. Signed-off-by: Michael Wood commit ebf6b73f4dcb1eeb6a77a3a921dd6dc2693f64f1 Author: Michael Wood Date: Mon May 18 20:01:44 2015 +0100 bitbake: toaster: Add a simplified ToasterTable template This is like the normal ToasterTable template but with a number of features removed such as edit columns and has a lower profile compared to the "main" tables. Signed-off-by: Michael Wood