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>
This commit is contained in:
Belen Barros Pena
2016-04-12 15:56:43 +01:00
committed by Richard Purdie
parent 79e0eb9e52
commit 443f7b3915
86 changed files with 13143 additions and 3035 deletions

View File

@@ -11,13 +11,16 @@
<!-- Begin container -->
<div class="row-fluid span11">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1>{{recipe.name}}_{{recipe.version}}</h1>
</div>
</div>
</div>
<div class="row-fluid span7 tabbable">
<div class="row">
<div class="col-md-8 tabbable">
<ul class="nav nav-pills">
<li>
<a href="{% url "recipe" build.pk recipe.id "1" %}">
@@ -86,9 +89,10 @@
{% endif %}
</div> {# tab-pane #}
</div> {# tab-content #}
</div> {# span7 #}
</div> {# col-md-8 #}
<div class="row span4 well">
<div class="col-md-4">
<div class="well">
<h2>About {{recipe.name}}</h2>
<dl class="item-info">
{% if recipe.summary %}
@@ -119,5 +123,8 @@
<dd>{{recipe.license}}</dd>
{% endif %}
</dl>
</div>
</div>
</div> <!-- end row -->
{% endblock pagedetailinfomain %}