We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274bc4 commit 74b4a8cCopy full SHA for 74b4a8c
runtimes/eoapi/stac/eoapi/stac/templates/items.html
@@ -29,6 +29,9 @@ <h1 class="my-4">
29
</h1>
30
{% if response.features|length > 0 %}
31
<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>
35
<div class="form-inline ml-auto" style="gap: 10px">
36
<div class="d-flex">
37
<label for="limit">Page size: </label>
0 commit comments