Skip to content

Commit

Permalink
add bottom - next/previous page in CAPTURE
Browse files Browse the repository at this point in the history
  • Loading branch information
creas002 committed Jul 10, 2024
1 parent aeaf43f commit 370013b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpanel/App/Views/Captures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ <h5 class="card-title">{{ capture.sat_name }}</h5>
</div>
{% endif %}
{% endfor %}
<link rel="stylesheet" type="text/css" href="/assets/css/pagination.css">
<nav aria-label="page" id="pagination" class="mb-0">
{% include('Captures/pagination.html') %}
{% endblock %}

0 comments on commit 370013b

Please sign in to comment.