From 65c298dedf75ae3fb1ff90ba5e4e8e53b8e2f390 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 21 Feb 2014 08:58:01 +0000 Subject: bitbake: toaster: Fix help text for task details outcome Changes made to models.py and task.html to make sure the help text for the task outcome is displayed. [YOCTO #5917] (Bitbake rev: f3001af0b73f103a5d37af180e8c4c54a6249e97) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/task.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/task.html') diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index c5d6176b62..a8bcb52194 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html @@ -18,7 +18,7 @@ {# Outcome section #}

{{task.get_outcome_display}} - +

{%if task.task_executed %} {# executed tasks outcome #} -- cgit v1.2.3-54-g00ecf