diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/package_built_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_built_detail.html b/bitbake/lib/toaster/toastergui/templates/package_built_detail.html index b50ef53ded..d8f0b75381 100644 --- a/bitbake/lib/toaster/toastergui/templates/package_built_detail.html +++ b/bitbake/lib/toaster/toastergui/templates/package_built_detail.html | |||
@@ -8,11 +8,11 @@ | |||
8 | {# Not included case #} | 8 | {# Not included case #} |
9 | <ul class="nav nav-pills"> | 9 | <ul class="nav nav-pills"> |
10 | <li class="active"> <a href="#"> | 10 | <li class="active"> <a href="#"> |
11 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the files produced by this package."></i> | 11 | <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> |
12 | Generated files ({{packageFileCount}}) | 12 | Generated files ({{packageFileCount}}) |
13 | </a></li> | 13 | </a></li> |
14 | <li class=""><a href="{% url 'package_built_dependencies' build.id package.id %}"> | 14 | <li class=""><a href="{% url 'package_built_dependencies' build.id package.id %}"> |
15 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the runtime packages required by this package."></i> | 15 | <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> |
16 | Runtime dependencies ({{dependency_count}}) | 16 | Runtime dependencies ({{dependency_count}}) |
17 | </a></li> | 17 | </a></li> |
18 | </ul> | 18 | </ul> |