diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-02-21 08:58:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 12:24:31 -0700 |
commit | 65c298dedf75ae3fb1ff90ba5e4e8e53b8e2f390 (patch) | |
tree | 544d1886cb019228173bfdb0bc0b64fc5b185d3f /bitbake/lib/toaster/toastergui | |
parent | 6b4aedc0c9bff86f868886fd86f3ae8f715ae765 (diff) | |
download | poky-65c298dedf75ae3fb1ff90ba5e4e8e53b8e2f390.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
18 | {# Outcome section #} | 18 | {# Outcome section #} |
19 | <h2 {{ task|task_color:True }}> | 19 | <h2 {{ task|task_color:True }}> |
20 | {{task.get_outcome_display}} | 20 | {{task.get_outcome_display}} |
21 | <i class="icon-question-sign get-help heading-help" title="" data-original-title="{{task.outcome_help}}"></i> | 21 | <i class="icon-question-sign get-help heading-help" title="{{task.get_outcome_help}}"></i> |
22 | </h2> | 22 | </h2> |
23 | {%if task.task_executed %} | 23 | {%if task.task_executed %} |
24 | {# executed tasks outcome #} | 24 | {# executed tasks outcome #} |