diff --git a/bitbake/lib/toaster/bldviewer/templates/task.html b/bitbake/lib/toaster/bldviewer/templates/task.html index 6a9979e533..de965ab797 100644 --- a/bitbake/lib/toaster/bldviewer/templates/task.html +++ b/bitbake/lib/toaster/bldviewer/templates/task.html @@ -14,12 +14,11 @@ Checksum Outcome Message - Logfile Time CPU usage Disk I/O Script type - File path + Filesystem Depends @@ -40,12 +39,17 @@ {{task.sstate_checksum}} {{task.get_outcome_display}}{% if task.provider %}
(by {{task.provider.recipe.name}}.{{task.provider.task_name}}){% endif %}

{{task.message}} - {{task.logfile}} {{task.elapsed_time}} {{task.cpu_usage}} {{task.disk_io}} {{task.get_script_type_display}} - {{task.recipe.file_path}} + + + + + +
Recipe{{task.recipe.file_path}}
Source{{task.file_name}}:{{task.line_number}}
Workdir{{task.work_directory}}
Log{{task.logfile}}
+

{% for tt in task.task_dependencies_task.all %}