We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8517d7d commit 1d05e0dCopy full SHA for 1d05e0d
1 file changed
controller/api/admin.py
@@ -64,7 +64,7 @@ class ContainerAdmin(admin.ModelAdmin):
64
"""
65
date_hierarchy = 'created'
66
list_display = ('short_name', 'owner', 'app', 'state')
67
- list_filter = ('owner', 'cluster', 'app', 'state')
+ list_filter = ('owner', 'app', 'state')
68
admin.site.register(Container, ContainerAdmin)
69
70
0 commit comments