summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/buildtables.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/buildtables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/buildtables.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py
index 00a053dfe2..8ef33fdfbd 100644
--- a/bitbake/lib/toaster/toastergui/buildtables.py
+++ b/bitbake/lib/toaster/toastergui/buildtables.py
@@ -260,10 +260,10 @@ class BuiltRecipesTable(BuildTablesMixin):
260 {% with deps=data.r_dependencies_recipe.all %} 260 {% with deps=data.r_dependencies_recipe.all %}
261 {% with count=deps|length %} 261 {% with count=deps|length %}
262 {% if count %} 262 {% if count %}
263 <a class="btn" title=" 263 <a class="btn btn-default" title="
264 <a href='{% url "recipe" extra.build.pk data.pk %}#dependencies'> 264 <a href='{% url "recipe" extra.build.pk data.pk %}#dependencies'>
265 {{data.name}}</a> dependencies" 265 {{data.name}}</a> dependencies"
266 data-content="<ul class='unstyled'> 266 data-content="<ul class='list-unstyled'>
267 {% for dep in deps|dictsort:"depends_on.name"%} 267 {% for dep in deps|dictsort:"depends_on.name"%}
268 <li><a href='{% url "recipe" extra.build.pk dep.depends_on.pk %}'> 268 <li><a href='{% url "recipe" extra.build.pk dep.depends_on.pk %}'>
269 {{dep.depends_on.name}}</a></li> 269 {{dep.depends_on.name}}</a></li>
@@ -278,11 +278,11 @@ class BuiltRecipesTable(BuildTablesMixin):
278 {% with revs=data.r_dependencies_depends.all %} 278 {% with revs=data.r_dependencies_depends.all %}
279 {% with count=revs|length %} 279 {% with count=revs|length %}
280 {% if count %} 280 {% if count %}
281 <a class="btn" 281 <a class="btn btn-default"
282 title=" 282 title="
283 <a href='{% url "recipe" extra.build.pk data.pk %}#brought-in-by'> 283 <a href='{% url "recipe" extra.build.pk data.pk %}#brought-in-by'>
284 {{data.name}}</a> reverse dependencies" 284 {{data.name}}</a> reverse dependencies"
285 data-content="<ul class='unstyled'> 285 data-content="<ul class='list-unstyled'>
286 {% for dep in revs|dictsort:"recipe.name" %} 286 {% for dep in revs|dictsort:"recipe.name" %}
287 <li> 287 <li>
288 <a href='{% url "recipe" extra.build.pk dep.recipe.pk %}'> 288 <a href='{% url "recipe" extra.build.pk dep.recipe.pk %}'>