From patchwork Thu Nov 16 02:37:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: toaster: landing page show cmdline capture From: "Reyna, David" X-Patchwork-Id: 145906 Message-Id: <1510799874-19837-1-git-send-email-david.reyna@windriver.com> To: Date: Wed, 15 Nov 2017 18:37:54 -0800 From: David Reyna The Toaster initial landing page needs to show that it still has the command line build capture support in addition to the new project support. [YOCTO #12316] --- bitbake/lib/toaster/toastergui/templates/landing.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html index 4986632..cf7516d 100644 --- a/bitbake/lib/toaster/toastergui/templates/landing.html +++ b/bitbake/lib/toaster/toastergui/templates/landing.html @@ -14,10 +14,16 @@

A web interface to OpenEmbedded and BitBake, the Yocto Project build system.

+

+ + Toaster is ready to capture your command line builds + +

+ {% if lvs_nos %}

- To start building, create your first Toaster project + Create your first Toaster project to run manage builds

{% else %}