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
@@ -2,16 +2,16 @@
|
||||
{% load projecttags %}
|
||||
|
||||
{% block tabcontent %}
|
||||
<ul class="nav nav-pills">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="">
|
||||
<a href="{% url 'package_built_detail' build.id package.id %}">
|
||||
<i class="icon-question-sign get-help" title="Shows the files produced by this package."></i>
|
||||
<span class="glyphicon glyphicon-question-sign get-help" title="Shows the files produced by this package."></span>
|
||||
Generated files ({{package.buildfilelist_package.count}})
|
||||
</a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="{% url 'package_built_dependencies' build.id package.id %}">
|
||||
<i class="icon-question-sign get-help" title="Shows the runtime packages required by this package."></i>
|
||||
<span class="glyphicon glyphicon-question-sign get-help" title="Shows the runtime packages required by this package."></span>
|
||||
Runtime dependencies ({{dependency_count}})
|
||||
</a>
|
||||
</li>
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="alert alert-info">
|
||||
<strong>{{package.fullpackagespec}}</strong> is <strong>not included</strong> in any image. This page shows you the projected runtime dependencies if you include <strong>{{package.fullpackagespec}}</strong> in future builds.
|
||||
<strong>{{package.fullpackagespec}}</strong> is <strong>not included</strong> in any image. This page shows you the projected runtime dependencies if you were to include <strong>{{package.fullpackagespec}}</strong> in an image.
|
||||
</div>
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
@@ -64,7 +64,7 @@
|
||||
<th>Version</th>
|
||||
<th class="sizecol col-md-2">Size</th>
|
||||
<th>
|
||||
<i class="icon-question-sign get-help" title="Five relationship types exist: recommends, suggests, provides, replaces and conflicts"></i>
|
||||
<span class="glyphicon glyphicon-question-sign get-help" title="Five relationship types exist: recommends, suggests, provides, replaces and conflicts"></span>
|
||||
Relationship type
|
||||
</th>
|
||||
</tr>
|
||||
@@ -87,7 +87,7 @@
|
||||
<td class="sizecol">{{other_dep.size|filtered_filesizeformat}}</td>
|
||||
<td>
|
||||
{{other_dep.dep_type_display}}
|
||||
<i class="icon-question-sign get-help hover-help" title="{{other_dep.dep_type_help}}" ></i>
|
||||
<span class="glyphicon glyphicon-question-sign get-help hover-help" title="{{other_dep.dep_type_help}}" ></span>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user