summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/package_included_detail.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/package_included_detail.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
index 018de3eb42..af56b21b1e 100644
--- a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
+++ b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
@@ -20,8 +20,8 @@
20 <th>Size</th> 20 <th>Size</th>
21 </tr> 21 </tr>
22 </thead> 22 </thead>
23 {% for file in package.buildfilelist_package.all|dictsort:"path" %} 23 <tbody>
24 <tbody> 24 {% for file in package.buildfilelist_package.all|dictsort:"path" %}
25 <tr> 25 <tr>
26 <td> 26 <td>
27 <a href="{% url 'image_information_dir' build.id target.id file.id %}"> 27 <a href="{% url 'image_information_dir' build.id target.id file.id %}">
@@ -30,8 +30,8 @@
30 </td> 30 </td>
31 <td>{{file.size|filtered_filesizeformat}}</td> 31 <td>{{file.size|filtered_filesizeformat}}</td>
32 </tr> 32 </tr>
33 </tbody> 33 {% endfor %}
34 {% endfor %} 34 </tbody>
35 </table> 35 </table>
36 36
37 {% else %} 37 {% else %}