mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Fix time span heading for scheduled files
We let you go a bit further into the future now…
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% if scheduled_jobs %}
|
{% if scheduled_jobs %}
|
||||||
<div class='dashboard-table'>
|
<div class='dashboard-table'>
|
||||||
<h2 class="heading-medium">
|
<h2 class="heading-medium">
|
||||||
In the next 24 hours
|
In the next few days
|
||||||
</h2>
|
</h2>
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
scheduled_jobs,
|
scheduled_jobs,
|
||||||
|
|||||||
Reference in New Issue
Block a user