summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
index 5be409ca44..273437e380 100644
--- a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
+++ b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html
@@ -5,7 +5,7 @@
5{% with count_package=package_deps.packages|length %} 5{% with count_package=package_deps.packages|length %}
6 6
7{% if count_package > 0 %} 7{% if count_package > 0 %}
8 <a data-content='<ul class="unstyled"> 8 <a data-content='<ul class="list-unstyled">
9 {% for dep in package_deps.packages %} 9 {% for dep in package_deps.packages %}
10 <li> 10 <li>
11 {% if extra.add_links %} 11 {% if extra.add_links %}