mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:38:25 -04:00
limit 5 in table
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if job_and_notifications %}
|
{% if job_and_notifications %}
|
||||||
{% for job in job_and_notifications %}
|
{% for job in job_and_notifications[:5] %}
|
||||||
{% if job.job_id and job.notifications %}
|
{% if job.job_id and job.notifications %}
|
||||||
{% set notification = job.notifications[0] %}
|
{% set notification = job.notifications[0] %}
|
||||||
<tr class="table-row" id="{{ job.job_id }}">
|
<tr class="table-row" id="{{ job.job_id }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user