From d0358432ca9dd3deef623f6d0585d99d23b3aede Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 30 Nov 2017 00:55:27 -0800 Subject: toaster: landing page show cmdline capture 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] Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- lib/toaster/toastergui/templates/landing.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/toaster/toastergui/templates/landing.html b/lib/toaster/toastergui/templates/landing.html index 498663294..cf7516dbc 100644 --- a/lib/toaster/toastergui/templates/landing.html +++ b/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 %} -- cgit 1.2.3-korg