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)
downloadast2050-yocto-poky-ea7d2461b4a70252cb14cda07677e6d561a94d4b.zip
ast2050-yocto-poky-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 f63e897..2089c26 100644
--- a/bitbake/lib/toaster/toastergui/templates/machines.html
+++ b/bitbake/lib/toaster/toastergui/templates/machines.html
@@ -30,7 +30,7 @@
{% include "layers_dep_modal.html" %}
<div class="page-header">
<h1>
- {% if request.GET.search %}
+ {% if request.GET.search or request.GET.filter %}
{% if objects.paginator.count != 0 %}
{{objects.paginator.count}} machines found
{% else %}
OpenPOWER on IntegriCloud