We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a4e6e + b65e445 commit 53bf1edCopy full SHA for 53bf1ed
1 file changed
controller/api/admin.py
@@ -54,7 +54,7 @@ class ContainerAdmin(admin.ModelAdmin):
54
"""
55
date_hierarchy = 'created'
56
list_display = ('short_name', 'owner', 'app', 'state')
57
- list_filter = ('owner', 'app', 'state')
+ list_filter = ('owner', 'app')
58
admin.site.register(Container, ContainerAdmin)
59
60
0 commit comments