mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 18:47:11 +00:00
Add a data filter for privacy_level of agents
This commit is contained in:
parent
3b9f4c4356
commit
2c934162d3
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ class AgentAdmin(unfold_admin.ModelAdmin):
|
|||
"name",
|
||||
)
|
||||
search_fields = ("id", "name")
|
||||
list_filter = ("privacy_level",)
|
||||
ordering = ("-created_at",)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue