summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/task.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/task.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/task.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/task.html b/bitbake/lib/toaster/bldviewer/templates/task.html
index 5d9887e848..6a9979e533 100644
--- a/bitbake/lib/toaster/bldviewer/templates/task.html
+++ b/bitbake/lib/toaster/bldviewer/templates/task.html
@@ -2,7 +2,7 @@
2 2
3{% block pagetitle %}Tasks{% endblock %} 3{% block pagetitle %}Tasks{% endblock %}
4{% block pagetable %} 4{% block pagetable %}
5 {% if not tasks %} 5 {% if not objects %}
6 <p>No tasks were executed in this build!</p> 6 <p>No tasks were executed in this build!</p>
7 {% else %} 7 {% else %}
8 8
@@ -23,7 +23,7 @@
23 <th>Depends</th> 23 <th>Depends</th>
24 </tr> 24 </tr>
25 25
26 {% for task in tasks %} 26 {% for task in objects %}
27 27
28 <tr class="data"> 28 <tr class="data">
29 <td>{{task.order}}</td> 29 <td>{{task.order}}</td>