mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add a data filter for privacy_level of agents
This commit is contained in:
@@ -174,6 +174,7 @@ class AgentAdmin(unfold_admin.ModelAdmin):
|
||||
"name",
|
||||
)
|
||||
search_fields = ("id", "name")
|
||||
list_filter = ("privacy_level",)
|
||||
ordering = ("-created_at",)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user