Skip to content

Commit

Permalink
feat: improve instances many to many in backoffice (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
paaragon authored Oct 22, 2024
1 parent f856d17 commit eb05950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ProgramAdmin(admin.ModelAdmin):
search_fields = ["title", "author__username"]
list_filter = ["provider", "type"]
exclude = ["env_vars"]
filter_horizontal = ["instances"]


@admin.register(ComputeResource)
Expand Down

0 comments on commit eb05950

Please sign in to comment.