summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/target.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2016-06-02 14:26:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:05 +0100
commita7d498dfd3929eafb87274f27b487ef2fe1e7e68 (patch)
tree4a98b533e0269349ce534a93ef85c214510fff26 /bitbake/lib/toaster/toastergui/templates/target.html
parent46271833bed74559ad006024c94036170cfc5b7d (diff)
downloadpoky-a7d498dfd3929eafb87274f27b487ef2fe1e7e68.tar.gz
bitbake: toaster: port all build analysis pages to bootstrap 3
Port all the pages in the build analysis area to bootstrap version 3. (Bitbake rev: f963b73f0bf32db2df39dd79d8d85184c280cda0) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 %}