mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 15:27:11 +00:00
修改bug
This commit is contained in:
parent
0ccb808b3f
commit
4a09ce32e6
@ -987,7 +987,7 @@ def logHistory(request):
|
|||||||
if os.path.isfile(log_his):
|
if os.path.isfile(log_his):
|
||||||
f = open(log_his)
|
f = open(log_his)
|
||||||
content = f.read()
|
content = f.read()
|
||||||
return render_to_response(content)
|
return HttpResponse(content)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user