summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/simple_task.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/simple_task.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/simple_task.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/simple_task.html b/bitbake/lib/toaster/bldviewer/templates/simple_task.html
index cb6f309fef..a5ed5295ea 100644
--- a/bitbake/lib/toaster/bldviewer/templates/simple_task.html
+++ b/bitbake/lib/toaster/bldviewer/templates/simple_task.html
@@ -33,11 +33,15 @@
33 {% if task.task_executed %} 33 {% if task.task_executed %}
34 <td>Executed</td> 34 <td>Executed</td>
35 {% else %} 35 {% else %}
36 <td>Prebuilt</td> 36 <td>Not Executed</td>
37 {% endif %} 37 {% endif %}
38 38
39 <td>{{task.sstate_checksum}}</td> 39 <td>{{task.sstate_checksum}}</td>
40 <td>{{task.get_outcome_display}}{% if task.provider %}</br>(by <a href="#{{task.provider.recipe.name}}.{{task.provider.task_name}}">{{task.provider.recipe.name}}.{{task.provider.task_name}}</a>){% endif %}</td> 40 <td>{{task.get_outcome_display}}{% if task.provider %}</br>(by <a href="#{{task.provider.recipe.name}}.{{task.provider.task_name}}">{{task.provider.recipe.name}}.{{task.provider.task_name}}</a>){% endif %}
41 {% if task.outcome == task.OUTCOME_CACHED %}{% for t in task.get_related_setscene %}
42 <br/>({{t.task_name}} {{t.get_outcome_display}})
43 {% endfor %}{%endif%}
44 </td>
41 <td><p>{{task.message}}</td> 45 <td><p>{{task.message}}</td>
42 <td>{{task.elapsed_time}}</td> 46 <td>{{task.elapsed_time}}</td>
43 <td>{{task.cpu_usage}}</td> 47 <td>{{task.cpu_usage}}</td>