diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html index 5c1c476bad..32c0552360 100644 --- a/bitbake/lib/toaster/toastergui/templates/tasks.html +++ b/bitbake/lib/toaster/toastergui/templates/tasks.html @@ -86,13 +86,13 @@ {{task.recipe.version}} - {{task.task_name}} {% if task.get_description %} {% endif %} + {{task.task_name}} {% if task.get_description %} {% endif %} - {{task.get_executed_display}} + {{task.get_executed_display}} - {{task.get_outcome_display}} + {{task.get_outcome_display}} {% if MANAGED and build.project and task.outcome = task.OUTCOME_FAILED %} @@ -101,7 +101,7 @@ - {{task.get_sstate_result_display|format_none_and_zero}} + {{task.get_sstate_result_display|format_none_and_zero}} {{task.elapsed_time|format_none_and_zero|floatformat:2}}