summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/task.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/task.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/task.html2
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 #}