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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
index d2aa26eefa..568e2f235b 100644
--- a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
+++ b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
@@ -1,7 +1,7 @@
1{% extends "package_detail_base.html" %} 1{% extends "package_detail_base.html" %}
2{% load projecttags %} 2{% load projecttags %}
3 3
4{% block title %} 4{% block mainheading %}
5 <h1> 5 <h1>
6 {{package.fullpackagespec}} 6 {{package.fullpackagespec}}
7 <script> 7 <script>
@@ -9,7 +9,7 @@
9 </script> 9 </script>
10 <small>({{target.target}})</small> 10 <small>({{target.target}})</small>
11 </h1> 11 </h1>
12{% endblock title %} 12{% endblock %}
13 13
14{% block tabcontent %} 14{% block tabcontent %}
15{% with packageFileCount=package.buildfilelist_package.count %} 15{% with packageFileCount=package.buildfilelist_package.count %}