Skip to content

Commit

Permalink
Add a data filter for privacy_level of agents
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Dec 9, 2024
1 parent 3b9f4c4 commit 2c93416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/khoj/database/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class AgentAdmin(unfold_admin.ModelAdmin):
"name",
)
search_fields = ("id", "name")
list_filter = ("privacy_level",)
ordering = ("-created_at",)


Expand Down

0 comments on commit 2c93416

Please sign in to comment.