mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bitbake: toaster: Amend help text in package_built_detail.html
Matching the help text in the tabs to the design specification. (Bitbake rev: cc478b3b0befc0c8fce93d896074f8d07eaac362) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2873103540
commit
99f91e49ba
@@ -8,11 +8,11 @@
|
|||||||
{# Not included case #}
|
{# Not included case #}
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
<li class="active"> <a href="#">
|
<li class="active"> <a href="#">
|
||||||
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the files produced by this package."></i>
|
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Files that would be added to a root file system if you were to include {{package.name}} in an image"></i>
|
||||||
Generated files ({{packageFileCount}})
|
Generated files ({{packageFileCount}})
|
||||||
</a></li>
|
</a></li>
|
||||||
<li class=""><a href="{% url 'package_built_dependencies' build.id package.id %}">
|
<li class=""><a href="{% url 'package_built_dependencies' build.id package.id %}">
|
||||||
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the runtime packages required by this package."></i>
|
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Projected runtime dependencies if you were to include {{package.name}} in an image"></i>
|
||||||
Runtime dependencies ({{dependency_count}})
|
Runtime dependencies ({{dependency_count}})
|
||||||
</a></li>
|
</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user