summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/target.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/target.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/target.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html
index 0b2fe99577..1924a0dad7 100644
--- a/bitbake/lib/toaster/toastergui/templates/target.html
+++ b/bitbake/lib/toaster/toastergui/templates/target.html
@@ -18,7 +18,7 @@
18 18
19{% block buildinfomain %} 19{% block buildinfomain %}
20<div class="col-md-10"> 20<div class="col-md-10">
21 <div class="page-header"> 21 <div class="page-header build-data">
22 <h1> 22 <h1>
23 {% if request.GET.search and objects.paginator.count > 0 %} 23 {% if request.GET.search and objects.paginator.count > 0 %}
24 {{objects.paginator.count}} package{{objects.paginator.count|pluralize}} found 24 {{objects.paginator.count}} package{{objects.paginator.count|pluralize}} found
@@ -30,16 +30,16 @@
30 </h1> 30 </h1>
31 </div> 31 </div>
32<div id="navTab"> 32<div id="navTab">
33 <ul class="nav nav-pills"> 33 <ul class="nav nav-tabs">
34 <li class="active"> 34 <li class="active">
35 <a href="#target"> 35 <a href="#target">
36 <i class="icon-question-sign get-help" title="Of all the packages built, the subset installed in the root file system of this image"></i> 36 <span class="glyphicon glyphicon-question-sign get-help" title="Of all the packages built, the subset installed in the root file system of this image"></span>
37 Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}}) 37 Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}})
38 </a> 38 </a>
39 </li> 39 </li>
40 <li> 40 <li>
41 <a href="{% url 'dirinfo' build.id target.id %}"> 41 <a href="{% url 'dirinfo' build.id target.id %}">
42 <i class="icon-question-sign get-help" title="The directories and files in the root file system of this image"></i> 42 <span class="glyphicon glyphicon-question-sign get-help" title="The directories and files in the root file system of this image"></span>
43 Directory structure 43 Directory structure
44 </a> 44 </a>
45 </li> 45 </li>
@@ -51,6 +51,6 @@
51 {% include "toastertable.html" %} 51 {% include "toastertable.html" %}
52 {% endwith %} 52 {% endwith %}
53 </div> <!-- tabpane --> 53 </div> <!-- tabpane -->
54 </div> <!--navTab -->> 54 </div> <!--navTab -->
55<!-- col-md-10 --> 55<!-- col-md-10 -->
56{% endblock buildinfomain %} 56{% endblock buildinfomain %}