mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-27 18:41:15 +00:00
[Update] 优化登录日志时间范围 2
This commit is contained in:
parent
950358f5ba
commit
5f3583279c
@ -255,7 +255,6 @@ class CommandExecutionListView(UserCommandExecutionListView):
|
||||
@method_decorator(csrf_exempt, name='dispatch')
|
||||
class LoginLogExportView(PermissionsMixin, View):
|
||||
permission_classes = [IsValidUser]
|
||||
date_format = '%Y-%m-%d'
|
||||
|
||||
def get(self, request):
|
||||
fields = [
|
||||
|
Loading…
Reference in New Issue
Block a user