We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3838a0a commit b65e445Copy full SHA for b65e445
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