Skip to content

Commit 74b4a8c

Browse files
committed
Add num returned and num matched indicator
1 parent 3274bc4 commit 74b4a8c

File tree

1 file changed

+3
-0
lines changed
  • runtimes/eoapi/stac/eoapi/stac/templates

1 file changed

+3
-0
lines changed

runtimes/eoapi/stac/eoapi/stac/templates/items.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ <h1 class="my-4">
2929
</h1>
3030
{% if response.features|length > 0 %}
3131
<div class="d-flex flex-row align-items-center mb-4">
32+
<div class="flex-grow-1">
33+
Showing {{ response.numberReturned }} of {{ response.numberMatched }} items
34+
</div>
3235
<div class="form-inline ml-auto" style="gap: 10px">
3336
<div class="d-flex">
3437
<label for="limit">Page size: </label>

0 commit comments

Comments
 (0)