diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/tasks.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/tasks.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html index 6831f106c0..3479e7e1e7 100644 --- a/bitbake/lib/toaster/toastergui/templates/tasks.html +++ b/bitbake/lib/toaster/toastergui/templates/tasks.html | |||
| @@ -30,13 +30,7 @@ | |||
| 30 | <a href="{%url "task" build.pk task.pk%} ">{{task.task_name}}</a> | 30 | <a href="{%url "task" build.pk task.pk%} ">{{task.task_name}}</a> |
| 31 | </td> | 31 | </td> |
| 32 | <td class="executed"> | 32 | <td class="executed"> |
| 33 | <a href="{%url "task" build.pk task.pk%} "> | 33 | <a href="{%url "task" build.pk task.pk%} ">{{task.get_executed_display}}</a> |
| 34 | {% if task.task_executed %} | ||
| 35 | Executed | ||
| 36 | {% else %} | ||
| 37 | Not executed | ||
| 38 | {% endif %} | ||
| 39 | </a> | ||
| 40 | </td> | 34 | </td> |
| 41 | <td class="outcome"> | 35 | <td class="outcome"> |
| 42 | <a href="{%url "task" build.pk task.pk%} ">{{task.get_outcome_display}}</a> | 36 | <a href="{%url "task" build.pk task.pk%} ">{{task.get_outcome_display}}</a> |
