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.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
index ce4f1cb33c..e89ebdf58c 100644
--- a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
+++ b/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
@@ -2,13 +2,17 @@
2{% load projecttags %} 2{% load projecttags %}
3 3
4{% block title %} 4{% block title %}
5{% with fullPackageSpec=package.name|add:"_"|add:package.version|add:"-"|add:package.revision|filtered_packagespec %} 5 <h1>
6 <h1>{{fullPackageSpec}} <small>({{target.target}})</small></h1> 6 {{package.fullpackagespec}}
7{% endwith %} 7 <script>
8 fmtAliasHelp("{{package.name}}", "{{package.alias}}", false)
9 </script>
10 <small>({{target.target}})</small>
11 </h1>
8{% endblock title %} 12{% endblock title %}
9 13
10{% block tabcontent %} 14{% block tabcontent %}
11{% with fullPackageSpec=package.name|add:"_"|add:package.version|add:"-"|add:package.revision|filtered_packagespec packageFileCount=package.buildfilelist_package.count %} 15{% with packageFileCount=package.buildfilelist_package.count %}
12 {% include "package_included_tabs.html" with active_tab="detail" %} 16 {% include "package_included_tabs.html" with active_tab="detail" %}
13 <div class="tab-content"> 17 <div class="tab-content">
14 <div class="tab-pane active" id="files"> 18 <div class="tab-pane active" id="files">
@@ -36,7 +40,7 @@
36 40
37 {% else %} 41 {% else %}
38 <div class="alert alert-info"> 42 <div class="alert alert-info">
39 <strong>{{fullPackageSpec}}</strong> does not generate any files. 43 <strong>{{package.fullpackagespec}}</strong> does not generate any files.
40 </div> 44 </div>
41 {% endif %} 45 {% endif %}
42 </div> <!-- end tab-pane --> 46 </div> <!-- end tab-pane -->