From acfa0171cad29e6d49fe0c4ea8ed3f679ff1ab14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E6=9E=AB?= Date: Mon, 15 Jun 2015 16:06:12 +0800 Subject: [PATCH] Update log_offline.html a small bug --- templates/jlog/log_offline.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/jlog/log_offline.html b/templates/jlog/log_offline.html index 12bfb5af5..8e560d62f 100644 --- a/templates/jlog/log_offline.html +++ b/templates/jlog/log_offline.html @@ -127,7 +127,7 @@ var end_time = $('#end_time')[0].innerText; var div_username = ' 用户名: '+''+username+'' + ''; var div_ip = ' 主机: '+'' + ip + ''; - var div_time = ' 开始时间: ' + ''+start_time +'' + ' 结束时间: ' +'' + end_time + ''+start_time +'' + ' 结束时间: ' +'' + end_time + '' var title = 'JumpServer命令统计 '+ div_username + div_ip + div_time; $.ajax({url:url,success:function(data){ var tag = $('
').html(data.replace(/\n/g,"
")); @@ -157,4 +157,4 @@ }) -{% endblock %} \ No newline at end of file +{% endblock %}