From 92188f1c7745f3f39594d1269e87e3e351486e1b Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 4 Nov 2014 21:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/AutoSa/AutoSa/views.py | 2 +- webroot/AutoSa/templates/logView.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/AutoSa/AutoSa/views.py b/webroot/AutoSa/AutoSa/views.py index a1ab339c4..a9cf8da72 100644 --- a/webroot/AutoSa/AutoSa/views.py +++ b/webroot/AutoSa/AutoSa/views.py @@ -998,7 +998,7 @@ def killSession(request): if pid: pid = pid[0] os.kill(pid.cpid, 9) - + return HttpResponse('ok') diff --git a/webroot/AutoSa/templates/logView.html b/webroot/AutoSa/templates/logView.html index 22defde4b..9089b0c7b 100644 --- a/webroot/AutoSa/templates/logView.html +++ b/webroot/AutoSa/templates/logView.html @@ -24,7 +24,7 @@ {{ log.host }} 监控 命令统计 - 阻断 + 阻断 {{ log.start_time|stamp2str }} {{ log.end_time|stamp2str }}