diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/recipe.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index d91768df3b..621b852e77 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
@@ -124,17 +124,16 @@ | |||
124 | 124 | ||
125 | <td> | 125 | <td> |
126 | <a {{ task|task_color }} href="{% url "task" build.pk task.pk %}">{{task.get_outcome_display}} </a> | 126 | <a {{ task|task_color }} href="{% url "task" build.pk task.pk %}">{{task.get_outcome_display}} </a> |
127 | {% if MANAGED and build.project and task.outcome = task.OUTCOME_FAILED %} | ||
128 | <a href="{% url 'build_artifact' build.pk "tasklogfile" task.pk %}"> | ||
129 | <i class="icon-download-alt" title="Download task log file"></i> | ||
130 | </a> | ||
131 | {% endif %} | ||
127 | <i class="icon-question-sign get-help hover-help" title="{{task.get_outcome_help}}"></i> | 132 | <i class="icon-question-sign get-help hover-help" title="{{task.get_outcome_help}}"></i> |
128 | </td> | 133 | </td> |
129 | <td> | 134 | <td> |
130 | {% ifnotequal task.sstate_result task.SSTATE_NA %} | 135 | {% ifnotequal task.sstate_result task.SSTATE_NA %} |
131 | <a {{ task|task_color }} href="{% url "task" build.pk task.pk %}">{{task.get_sstate_result_display}}</a> | 136 | <a {{ task|task_color }} href="{% url "task" build.pk task.pk %}">{{task.get_sstate_result_display}}</a> |
132 | {% if MANAGED and build.project and task.outcome = task.OUTCOME_FAILED %} | ||
133 | <a href="{% url 'build_artifact' build.pk "tasklogfile" task.pk %}"> | ||
134 | <i class="icon-download-alt" title="" data-original-title="Download task log file"></i> | ||
135 | </a> | ||
136 | {% endif %} | ||
137 | |||
138 | {% endifnotequal %} | 137 | {% endifnotequal %} |
139 | </td> | 138 | </td> |
140 | 139 | ||