1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Belen Barros Pena
2016-06-02 14:26:16 +01:00
committed by Richard Purdie
parent 46271833be
commit a7d498dfd3
37 changed files with 759 additions and 1142 deletions
@@ -2,7 +2,7 @@
</table>
<!-- Show pagination controls -->
<div>
<div id="pagination-basetable_bottom">
<!--span class="help-inline">Showing {{objects.start_index}} to {{objects.end_index}} out of {{objects.paginator.count}} entries.</span-->
<ul class="pagination">
@@ -20,16 +20,18 @@
<li class="disabled"><a href="#">&raquo;</a></li>
{%endif%}
</ul>
<div class="pull-right">
<span class="help-inline">Show rows:</span>
<select class="pagesize">
{% with "10 25 50 100 150" as list%}
<form class="navbar-form navbar-right">
<div class="form-group">
<label>Show rows:</label>
<select class="form-control pagesize">
{% with "10 25 50 100 150" as list%}
{% for i in list.split %}
<option value="{{i}}">{{i}}</option>
<option value="{{i}}">{{i}}</option>
{% endfor %}
{% endwith %}
</select>
</div>
{% endwith %}
</select>
</div>
</form>
</div>
<!-- Update page display settings -->