diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/target.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/target.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html index 3a0c4d7998..86e46dcb1b 100644 --- a/bitbake/lib/toaster/toastergui/templates/target.html +++ b/bitbake/lib/toaster/toastergui/templates/target.html | |||
@@ -35,13 +35,13 @@ | |||
35 | <ul class="nav nav-pills"> | 35 | <ul class="nav nav-pills"> |
36 | <li class="active"> | 36 | <li class="active"> |
37 | <a href="#target"> | 37 | <a href="#target"> |
38 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="Of all the packages built, the subset installed in the root file system of this image"></i> | 38 | <i class="icon-question-sign get-help" title="Of all the packages built, the subset installed in the root file system of this image"></i> |
39 | Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}}) | 39 | Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}}) |
40 | </a> | 40 | </a> |
41 | </li> | 41 | </li> |
42 | <li> | 42 | <li> |
43 | <a href="{% url 'dirinfo' build.id target.id %}"> | 43 | <a href="{% url 'dirinfo' build.id target.id %}"> |
44 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="The directories and files in the root file system of this image"></i> | 44 | <i class="icon-question-sign get-help" title="The directories and files in the root file system of this image"></i> |
45 | Directory structure | 45 | Directory structure |
46 | </a> | 46 | </a> |
47 | </li> | 47 | </li> |