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:
committed by
Richard Purdie
parent
46271833be
commit
a7d498dfd3
@@ -14,13 +14,13 @@
|
||||
<!-- page title -->
|
||||
<div class="col-md-10">
|
||||
|
||||
<div class="page-header">
|
||||
<div class="page-header build-data">
|
||||
<h1>Configuration</h1>
|
||||
</div>
|
||||
|
||||
<!-- configuration table -->
|
||||
<div id="navTab">
|
||||
<ul class="nav nav-pills">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#">Summary</a></li>
|
||||
<li class=""><a href="{% url 'configvars' build.id %}">BitBake variables</a></li>
|
||||
</ul>
|
||||
@@ -39,13 +39,13 @@
|
||||
{%if TUNE_FEATURES %}<dt>Tune features</dt><dd>{{TUNE_FEATURES}}</dd> {% endif %}
|
||||
{%if TARGET_FPU %}<dt>Target FPU</dt><dd>{{TARGET_FPU}}</dd> {% endif %}
|
||||
{%if targets.all %}<dt>Target(s)</dt>
|
||||
<dd> <ul> {% for target in targets.all %}
|
||||
<dd> <ul class="list-unstyled"> {% for target in targets.all %}
|
||||
<li>{{target.target}}{%if forloop.counter > 1 %}<br>{% endif %}</li>
|
||||
{% endfor %} </ul> </dd> {% endif %}
|
||||
</dl>
|
||||
<h3>Layers</h3>
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-9 table-responsive">
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -58,7 +58,7 @@
|
||||
<tr>
|
||||
<td>{{lv.layer.name}}</td>
|
||||
<td>{{lv.branch}}</td>
|
||||
<td> <a class="btn" data-content="<ul class='list-unstyled'>
|
||||
<td> <a class="btn btn-default" data-content="<ul class='list-unstyled'>
|
||||
<li>{{lv.commit}}</li> </ul>">
|
||||
{{lv.commit|truncatechars:13}}
|
||||
</a></td>
|
||||
|
||||
Reference in New Issue
Block a user