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