mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Fix sort order on performance page
This commit makes both the tables sort in reverse chronological order.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<div class="dashboard-table">
|
||||
{% call(item, row_number) list_table(
|
||||
notifications_by_type,
|
||||
notifications_by_type|reverse,
|
||||
caption='Messages sent since May 2016',
|
||||
caption_visible=False,
|
||||
field_headings=[
|
||||
|
||||
Reference in New Issue
Block a user