mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2a3ca552ce
commit
ea7d2461b4
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user