summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/tasks.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/tasks.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/tasks.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html
index a2629dc1cb..ace30de3eb 100644
--- a/bitbake/lib/toaster/toastergui/templates/tasks.html
+++ b/bitbake/lib/toaster/toastergui/templates/tasks.html
@@ -51,7 +51,8 @@
51 <a href="{%url "task" build.pk task.pk%} ">{{task.get_executed_display}}</a> 51 <a href="{%url "task" build.pk task.pk%} ">{{task.get_executed_display}}</a>
52 </td> 52 </td>
53 <td class="outcome"> 53 <td class="outcome">
54 <a href="{%url "task" build.pk task.pk%} ">{{task.get_outcome_display}}</a> 54 <a href="{%url "task" build.pk task.pk%} ">{{task.get_outcome_display}} </a>
55 <i class="icon-question-sign get-help hover-help" title="{{task.get_outcome_help}}"></i>
55 </td> 56 </td>
56 <td class="cache_attempt"> 57 <td class="cache_attempt">
57 <a href="{%url "task" build.pk task.pk%} ">{{task.get_sstate_result_display|format_none_and_zero}}</a> 58 <a href="{%url "task" build.pk task.pk%} ">{{task.get_sstate_result_display|format_none_and_zero}}</a>