diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html index 2bca84b503..e9f910fa5a 100644 --- a/bitbake/lib/toaster/toastergui/templates/layers.html +++ b/bitbake/lib/toaster/toastergui/templates/layers.html @@ -23,6 +23,18 @@
+{% if objects.paginator.count == 0 %} +
+
+
+ {% if request.GET.search %}{% endif %} + + +
+
+
+ +{% else %} {% include "basetable_top_layers.html" %} {% for o in objects %} @@ -264,4 +276,6 @@ $(document).ready(function (){ {%endif%} +{%endif%} + {% endblock %}