From 2d80b902b804bc5927afbec2ad215f8959d0f581 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Wed, 13 Jul 2016 14:42:31 +0100 Subject: bitbake: toaster: adjust build dashboard for failed builds Remove the side bar and build details modules for failed builds. [YOCTO #8443] (Bitbake rev: 9d68a5bfdccd399791e1af048fefa73b5df90bcb) Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- .../toastergui/templates/basebuildpage.html | 176 +++++++++++---------- 1 file changed, 89 insertions(+), 87 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/basebuildpage.html') diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html index 44749bf49a..50658e0c51 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html @@ -52,104 +52,106 @@ -
- - + + {% endif %} + + + {% block buildinfomain %}{% endblock %}
- - - - {% block buildinfomain %}{% endblock %} - {% endblock %} -- cgit v1.2.3-54-g00ecf