summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/dirinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/dirinfo.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/dirinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
index 749ae242ea..11c709ac9a 100644
--- a/bitbake/lib/toaster/toastergui/templates/dirinfo.html
+++ b/bitbake/lib/toaster/toastergui/templates/dirinfo.html
@@ -189,13 +189,13 @@
189 <ul class="nav nav-pills"> 189 <ul class="nav nav-pills">
190 <li class=""> 190 <li class="">
191 <a href="{% url 'target' build.id target.id %}"> 191 <a href="{% url 'target' build.id target.id %}">
192 <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> 192 <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>
193 Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}}) 193 Packages included ({{target.package_count}} - {{packages_sum|filtered_filesizeformat}})
194 </a> 194 </a>
195 </li> 195 </li>
196 <li class="active"> 196 <li class="active">
197 <a href="{% url 'dirinfo' build.id target.id %}"> 197 <a href="{% url 'dirinfo' build.id target.id %}">
198 <i class="icon-question-sign get-help" data-toggle="tooltip" title="The directories and files in the root file system of this image"></i> 198 <i class="icon-question-sign get-help" title="The directories and files in the root file system of this image"></i>
199 Directory structure 199 Directory structure
200 </a> 200 </a>
201 </li> 201 </li>