mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +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",
|
"name",
|
||||||
"organization_type",
|
"organization_type",
|
||||||
"state",
|
"state",
|
||||||
|
"expiration_date",
|
||||||
"created_at",
|
"created_at",
|
||||||
"first_ready_at",
|
"first_ready_at",
|
||||||
"deleted_at",
|
"deleted_at",
|
||||||
"expiration_date",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# this ordering effects the ordering of results
|
# this ordering effects the ordering of results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue