mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 06:48:24 -04:00
Limit number of jobs on dashboard to 5
…and add a link to view the rest of the jobs if there are more than 5.
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
{{ item.status }}
|
||||
{% endcall %}
|
||||
{% endcall %}
|
||||
{% if more_jobs_to_show %}
|
||||
<p class="table-show-more-link">
|
||||
<a href="{{ url_for('.view_jobs', service_id=service_id) }}">See all sent text messages</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user