]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: change image in landing page
authorBelen Barros Pena <belen.barros.pena@intel.com>
Wed, 26 Aug 2015 08:48:38 +0000 (09:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Aug 2015 12:56:12 +0000 (13:56 +0100)
Change the Toaster screenshot we use in the landing page
to make sure it cannot be confused with the real interface.

Also, remove the MANAGE conditional we were using to set the
screenshot. We no longer have different applications for the
two modes, so it should no longer be needed.

[YOCTO #7743]

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/templates/landing.html

index 15cac47b39205229f7bb96ca00a1d13bbffaac92..45e95322d1482943a5c9641c2339c3ca8c0e8a54 100644 (file)
 
       </div>
       <div class="span6">
-        {% if MANAGED %}
-            <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/>
-           {% else %}
-            <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/>
-           {% endif %}
+          <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_bw.png' %}"/>
       </div>
      </div>
     </div>