diff options
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 3c4a3d4893..a09eb26d07 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html | |||
| @@ -82,6 +82,9 @@ | |||
| 82 | </td> | 82 | </td> |
| 83 | <td> | 83 | <td> |
| 84 | <a href="{%url "task" match.build.pk match.pk%}">{{match.task_name}}</a> | 84 | <a href="{%url "task" match.build.pk match.pk%}">{{match.task_name}}</a> |
| 85 | {% if task.get_description %} | ||
| 86 | <i class="icon-question-sign get-help hover-help" title="{{task.get_description}}"></i> | ||
| 87 | {% endif %} | ||
| 85 | </td> | 88 | </td> |
| 86 | <td> | 89 | <td> |
| 87 | <a href="{%url "task" match.build.pk match.pk%}">{{match.get_executed_display}}</a> | 90 | <a href="{%url "task" match.build.pk match.pk%}">{{match.get_executed_display}}</a> |
