summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/dirinfo.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2016-04-12 15:56:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:03 +0100
commit443f7b39158c891015a791814b9b1fe2324edc41 (patch)
tree3f570a138594273bc7498225e066b7f9a99bf0c5 /bitbake/lib/toaster/toastergui/templates/dirinfo.html
parent79e0eb9e52e9b954aa3b6bc6dee15a75b5eb990c (diff)
downloadpoky-443f7b39158c891015a791814b9b1fe2324edc41.tar.gz
bitbake: toaster: Migrate project configuration from bootstrap 2 to bootstrap 3
Convert all the HTML templates, JS and CSS in the project parts of toaster to use bootstrap 3. (Bitbake rev: 69527a731eada699d3f604ff8f3ae9410981ba9b) 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/dirinfo.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/dirinfo.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
index ecb46bf7ab..df06a94359 100644
--- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html
+++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
@@ -110,7 +110,7 @@
110 namespan = 3; 110 namespan = 3;
111 } 111 }
112 var colspan = 'colspan="' + namespan + '"'; 112 var colspan = 'colspan="' + namespan + '"';
113 name = '<td ' + colspan + '><i class="icon-file"></i>'; 113 name = '<td ' + colspan + '><i class="glyphicon glyphicon-file"></i>';
114 } 114 }
115 else { 115 else {
116 name = '<td><i class="icon-hand-right"></i>'; 116 name = '<td><i class="icon-hand-right"></i>';
@@ -184,7 +184,7 @@
184 } 184 }
185</script> 185</script>
186 186
187<div class="span10"> 187<div class="col-md-10">
188 188
189 <div class="page-header"> 189 <div class="page-header">
190 <h1> {{target.target}} </h1> 190 <h1> {{target.target}} </h1>
@@ -235,7 +235,7 @@
235 </tbody> 235 </tbody>
236 </table> 236 </table>
237 </div> <!-- directory-structure --> 237 </div> <!-- directory-structure -->
238</div> <!-- span10 --> 238</div> <!-- col-md-10 -->
239 239
240{% endblock buildinfomain %} 240{% endblock buildinfomain %}
241 241