Skip to content

Commit aa71d86

Browse files
author
Matthew Fisher
committed
fix(controller): remove cluster from list_filter
Forgot to add this into 3dda9fbeab1c546b8f137ea22bb4492d7e6f9112
1 parent 469b97d commit aa71d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ContainerAdmin(admin.ModelAdmin):
6464
"""
6565
date_hierarchy = 'created'
6666
list_display = ('short_name', 'owner', 'app', 'state')
67-
list_filter = ('owner', 'cluster', 'app', 'state')
67+
list_filter = ('owner', 'app', 'state')
6868
admin.site.register(Container, ContainerAdmin)
6969

7070

0 commit comments

Comments
 (0)