diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 6c5e7859aa..1daf9b9500 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -223,6 +223,7 @@ {% else %} + {% if total_targets > 10 %}
Show rows:
+ {% endif %} @@ -274,6 +276,7 @@
+ {% if total_targets > 10 %} {% endif %} {% endif %} + {% endif %} @@ -351,8 +355,10 @@ + {% else %} + {% if total_machines > 10 %}
Show rows:
+ {% endif %} + @@ -394,6 +402,7 @@
+ {% if total_machines > 10 %} {% endif %} {% endif %} + {% endif %}