Names now in alphabetical order
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 35s
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 35s
This commit is contained in:
@@ -191,6 +191,7 @@ class PersonAdmin(admin.ModelAdmin):
|
||||
js = ['admin/js/jquery.init.js', 'custom/js/inline_toggle.js']
|
||||
css = {'all': ['custom/css/admin_extras.css']}
|
||||
list_display=['name']
|
||||
ordering = ['name']
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user