mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Move expiration before creation date in Domain Admin
This commit is contained in:
parent
a0260aa1ab
commit
49aaa3fb5d
1 changed files with 1 additions and 1 deletions
|
@ -887,10 +887,10 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
"name",
|
||||
"organization_type",
|
||||
"state",
|
||||
"expiration_date",
|
||||
"created_at",
|
||||
"first_ready_at",
|
||||
"deleted_at",
|
||||
"expiration_date",
|
||||
]
|
||||
|
||||
# this ordering effects the ordering of results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue