From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1658DE008DC; Wed, 13 May 2015 07:10:10 -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 * [209.85.212.169 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9CAA1E007CC for ; Wed, 13 May 2015 07:09:59 -0700 (PDT) Received: by wizk4 with SMTP id k4so200501775wiz.1 for ; Wed, 13 May 2015 07:09:59 -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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RLHsc3NvU6UuhD6tNZB0dAmcg/TcMUkGtaNhSgMoxtE=; b=VB7pWjtQNn9irYXee1ol7TytLiGJ+k7CcnNei3mfUsH0rjg8MCBuKB5S6YDX5xilMq cqZj6F5O2mpdm3ORPwsLpwFRKED8f9Oa/FbQxNjJWE7PBvmdNihy0CekJmfhIbaXuck1 8oAu0SQgyUmWX8FUPpqS6aXEtCeg+m83BJwowokwdKXxXQ7tVm9ea/L890rB6mz2BVbi XQuh3cPXpjF1RJxBbULU5EIV63dcO6J5xRPKVmb2JpZ3AO9Rnf3cs/i7t4fZrwsIxtJG +9t25jaI8izyvjsTF2CzG779hBnRxTYilQ2d/C9bR7f0WRJdUFhpRjSvlf7VyFFmJyZ1 3U9g== X-Gm-Message-State: ALoCoQkqRdNVaN7biyhfsElZt9iFtbjcEswM7I7Ujtk2uug5XGulstWcE8tbY3CZV0voZQ0icYmN X-Received: by 10.180.78.135 with SMTP id b7mr14580780wix.65.1431526198776; Wed, 13 May 2015 07:09:58 -0700 (PDT) Received: from [192.168.2.74] ([83.217.123.106]) by mx.google.com with ESMTPSA id pj5sm27740808wjb.40.2015.05.13.07.09.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 07:09:58 -0700 (PDT) Message-ID: <55535B35.50400@intel.com> Date: Wed, 13 May 2015 15:09:57 +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: "Damian, Alexandru" References: <55524124.60708@intel.com> In-Reply-To: Cc: "toaster@yoctoproject.org" Subject: Re: [review-request] adamian/20150507_toasterui_fixes 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: Wed, 13 May 2015 14:10:10 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Looks good to me. Thanks, Michael On 13/05/15 14:10, Damian, Alexandru wrote: > I found a solution using > -{% endif %} > - > > The advantage of doing it in the style/document is that you > don't get a visible state change in the page when the page is > loaded. > e.g. doing this is in the JS will do: All visible -> Hide the > .icon-pencil, Hide the .delete-current-value etc all in front > of the user. > > > ​ Unfortunately, the