summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/machines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/machines.html b/bitbake/lib/toaster/toastergui/templates/machines.html
index f63e8977fb..2089c26493 100644
--- a/bitbake/lib/toaster/toastergui/templates/machines.html
+++ b/bitbake/lib/toaster/toastergui/templates/machines.html
@@ -30,7 +30,7 @@
30{% include "layers_dep_modal.html" %} 30{% include "layers_dep_modal.html" %}
31<div class="page-header"> 31<div class="page-header">
32 <h1> 32 <h1>
33 {% if request.GET.search %} 33 {% if request.GET.search or request.GET.filter %}
34 {% if objects.paginator.count != 0 %} 34 {% if objects.paginator.count != 0 %}
35 {{objects.paginator.count}} machines found 35 {{objects.paginator.count}} machines found
36 {% else %} 36 {% else %}