From 7aaedc200494a70d805ca97578070a50371327bc Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 26 Sep 2014 17:23:23 +0100 Subject: bitbake: toastergui: Add missing task descriptions The "Prebuilt task could be based on" table we provide in the task details page for prebuilt tasks is missing the task descriptions. This patch adds them. [YOCTO #6328] (Bitbake rev: 64894d640ee70a301f6f399db118ed17c0ccde08) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/task.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 3c4a3d4893..a09eb26d07 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html @@ -82,6 +82,9 @@ {{match.task_name}} + {% if task.get_description %} + + {% endif %} {{match.get_executed_display}} -- cgit v1.2.3-54-g00ecf