perf: Account filter

pull/14921/head
feng 2025-02-24 11:48:45 +08:00 committed by ZhaoJiSen
parent e33aeaa338
commit e4c7eb8035
1 changed files with 4 additions and 1 deletions

View File

@ -126,7 +126,10 @@ class AccountFilterSet(BaseFilterSet):
class Meta: class Meta:
model = Account model = Account
fields = ["id", "asset", "source_id", "secret_type", "category", "type"] fields = [
"id", "asset", "source_id", "secret_type", "category",
"type", "privileged", "secret_reset", "connectivity"
]
class GatheredAccountFilterSet(BaseFilterSet): class GatheredAccountFilterSet(BaseFilterSet):