mirror of https://github.com/jumpserver/jumpserver
修改bug
parent
0ccb808b3f
commit
4a09ce32e6
|
@ -987,7 +987,7 @@ def logHistory(request):
|
|||
if os.path.isfile(log_his):
|
||||
f = open(log_his)
|
||||
content = f.read()
|
||||
return render_to_response(content)
|
||||
return HttpResponse(content)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue