diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builddashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index d5fe92a2be..ad497e6277 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
@@ -209,6 +209,7 @@ | |||
209 | <a class="error" href="{% url "task" build.id exectask.0.id %}"> | 209 | <a class="error" href="{% url "task" build.id exectask.0.id %}"> |
210 | {{exectask.0.recipe.name}} | 210 | {{exectask.0.recipe.name}} |
211 | <span class="task-name">{{exectask.0.task_name}}</span> | 211 | <span class="task-name">{{exectask.0.task_name}}</span> |
212 | </a> | ||
212 | 213 | ||
213 | {% if MANAGED and build.project %} | 214 | {% if MANAGED and build.project %} |
214 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> | 215 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> |
@@ -216,7 +217,6 @@ | |||
216 | </a> | 217 | </a> |
217 | {% endif %} | 218 | {% endif %} |
218 | 219 | ||
219 | </a> | ||
220 | {% elif exectask.count > 1%} | 220 | {% elif exectask.count > 1%} |
221 | <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a> | 221 | <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a> |
222 | {% endif %} | 222 | {% endif %} |