diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-04-01 23:11:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 16:18:12 +0100 |
commit | 12782678073b1605cc282a0a89e4ebb2e10a9be8 (patch) | |
tree | 4b55af3803cb6446426cf2e2f4b748baaf808b0e /bitbake/lib/toaster/toastergui/templates/dirinfo.html | |
parent | 961f6226fa8019a7492ee40fdba18c5916065001 (diff) | |
download | poky-12782678073b1605cc282a0a89e4ebb2e10a9be8.tar.gz |
bitbake: toaster: Make sure layer branch only shows when not empty
In the recipe details and package details pages, the layer branch
definition list elements should only show when the branch field in
the database is populated. If the branch field is empty, we don't
show them.
The patch also removes all unnecessary data-toggle and
data-original-title attributes.
[YP #6152]
(Bitbake rev: 72adcadb931519f803dad7488544767241561fb7)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/dirinfo.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/dirinfo.html | 4 |
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> |