Skip to content

Commit

Permalink
Merge branch 'main' into qiskit-main
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Jan 29, 2025
2 parents 14a0e85 + 8c4acd7 commit 91481a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ProgramAdmin(admin.ModelAdmin):
search_fields = ["title", "author__username"]
list_filter = ["provider", "type"]
exclude = ["env_vars"]
filter_horizontal = ["instances"]
filter_horizontal = ["instances", "trial_instances"]


@admin.register(ComputeResource)
Expand Down

0 comments on commit 91481a4

Please sign in to comment.