From 960580cb70ab1c775b49f8a40d41632c080b3cbb Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 9 Sep 2014 11:47:13 +0100 Subject: bitbake: toaster: fix Project page in order to trigger builds This patch rewrites the Project page and the additional infrastructure in order to fix a bug that makes triggering builds through UI impossible, and to introduce data feeds for suggestions for the user. Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/build.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/templates/build.html') diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index faabd22f8b..bef1f15399 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html @@ -127,6 +127,13 @@ {{fstypes|get_dict_value:build.id}} {% endif %} + {% if MANAGED %} + + {% if build.project %} + {{build.project.name}} + {% endif %} + + {% endif %} {% endfor %} -- cgit v1.2.3-54-g00ecf