Skip to content

Commit 1d05e0d

Browse files
author
Matthew Fisher
committed
fix(controller): remove cluster from list_filter
Forgot to add this into 3dda9fb
1 parent 8517d7d commit 1d05e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/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)