diff --git a/lib/toaster/toastergui/templates/landing.html b/lib/toaster/toastergui/templates/landing.html index 45e95322d1..65d8c3c626 100644 --- a/lib/toaster/toastergui/templates/landing.html +++ b/lib/toaster/toastergui/templates/landing.html @@ -6,53 +6,66 @@ {% block pagecontent %} -
-
- -
-
-
-

- This is Toaster -

-

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

- - - {% if lvs_nos %} -

- - To start building, create your first Toaster project - -

- {% else %} -
- Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can: - -
- {% endif %} - - + {% if BUILD_MODE %} + +
+
+
+
+
+

This is Toaster

+ +

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

+ + {% if lvs_nos %} +

+ + To start building, create your first Toaster project + +

+ {% else %} +
+ Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can: + +
+ {% endif %} + + +
+ +
+ Yocto Project +
+ +
+
-
- Yocto Project -
-
-
+ {% else %} + +
+ Toaster has not recorded any builds yet. Run a build from the command line to see it here. +
+ {% endif %} {% endblock %}