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/package_included_tabs.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/package_included_tabs.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/package_included_tabs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html b/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html index 0140b03c05..958aa8827b 100644 --- a/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html +++ b/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | <li class=""> | 16 | <li class=""> |
| 17 | {% endif %} | 17 | {% endif %} |
| 18 | <a href="{% url 'package_included_dependencies' build.id target.id package.id %}"> | 18 | <a href="{% url 'package_included_dependencies' build.id target.id package.id %}"> |
| 19 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="Package runtime dependencies"></i> | 19 | <i class="icon-question-sign get-help" title="Package runtime dependencies"></i> |
| 20 | Runtime dependencies ({{dependency_count}}) | 20 | Runtime dependencies ({{dependency_count}}) |
| 21 | </a> | 21 | </a> |
| 22 | </li> | 22 | </li> |
| @@ -26,7 +26,7 @@ | |||
| 26 | <li class=""> | 26 | <li class=""> |
| 27 | {% endif %} | 27 | {% endif %} |
| 28 | <a href="{% url 'package_included_reverse_dependencies' build.id target.id package.id %}"> | 28 | <a href="{% url 'package_included_reverse_dependencies' build.id target.id package.id %}"> |
| 29 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="The package runtime reverse dependencies (i.e. the packages in this image that depend on this package). Reverse dependencies reflect only the 'depends' dependency type"></i> | 29 | <i class="icon-question-sign get-help" title="The package runtime reverse dependencies (i.e. the packages in this image that depend on this package). Reverse dependencies reflect only the 'depends' dependency type"></i> |
| 30 | Reverse runtime dependencies ({{reverse_count}}) | 30 | Reverse runtime dependencies ({{reverse_count}}) |
| 31 | </a> | 31 | </a> |
| 32 | </li> | 32 | </li> |
