Move expiration before creation date in Domain Admin

This commit is contained in:
Rachid Mrad 2023-12-28 17:56:13 -05:00
parent a0260aa1ab
commit 49aaa3fb5d
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -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