1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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 <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2014-02-21 08:58:01 +00:00
committed by Richard Purdie
parent 6b4aedc0c9
commit 65c298dedf
2 changed files with 11 additions and 11 deletions
@@ -18,7 +18,7 @@
{# Outcome section #}
<h2 {{ task|task_color:True }}>
{{task.get_outcome_display}}
<i class="icon-question-sign get-help heading-help" title="" data-original-title="{{task.outcome_help}}"></i>
<i class="icon-question-sign get-help heading-help" title="{{task.get_outcome_help}}"></i>
</h2>
{%if task.task_executed %}
{# executed tasks outcome #}