perf: acl filter

pull/7042/head
feng626 2021-10-21 15:00:29 +08:00
parent c5f6c564a7
commit 526928518d
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ class LoginAclFilter(BaseFilterSet):
class Meta:
model = LoginACL
fields = (
'name', 'user', 'user_display'
'name', 'user', 'user_display', 'action'
)