summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/snippets')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html2
-rw-r--r--bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html2
-rw-r--r--bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html b/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html
index 281a3bd765..c1e3dabfbf 100644
--- a/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html
+++ b/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html
@@ -1,6 +1,6 @@
1{% load projecttags %} 1{% load projecttags %}
2{% if vcs_ref|is_shaid %} 2{% if vcs_ref|is_shaid %}
3<a class="btn" data-content="<ul class='unstyled'> <li>{{vcs_ref}}</li> </ul>"> 3<a class="btn btn-default" data-content="{{vcs_ref}}">
4 {{vcs_ref|truncatechars:10}} 4 {{vcs_ref|truncatechars:10}}
5</a> 5</a>
6{% else %} 6{% else %}
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 %}
diff --git a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html
index 65c2b29d0b..e6ef816e7c 100644
--- a/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html
+++ b/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_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|dictsort:"package.name" %} 9 {% for dep in package_deps.packages|dictsort:"package.name" %}
10 <li> 10 <li>
11 {% if extra.add_links %} 11 {% if extra.add_links %}