summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-02-05 18:54:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:07:50 +0000
commitea7d2461b4a70252cb14cda07677e6d561a94d4b (patch)
tree665a7da970e6eb3df6aba193e6001e8be6f7427d /bitbake
parent2a3ca552ce09131c7f2806d9dc38da33a8a036e5 (diff)
downloadpoky-ea7d2461b4a70252cb14cda07677e6d561a94d4b.tar.gz
bitbake: toaster: All machines show results count if filtering or searching
Show the number of results returned if filtering as well as when searching. (Bitbake rev: 44e989b32cc36efa31f893c40930bcc9f746bd43) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 %}