From cedccda5d7140561675d4cc2f5e664a5d241cc85 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 27 Jul 2022 12:25:24 +0800 Subject: [PATCH] Update stats.js --- plugins/webstats/js/stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/webstats/js/stats.js b/plugins/webstats/js/stats.js index 361f57f7a..33b8c71e8 100644 --- a/plugins/webstats/js/stats.js +++ b/plugins/webstats/js/stats.js @@ -2037,7 +2037,7 @@ function wsTableErrorLogRequest(page){ content: '
\
\ \ - \ + \ \\
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
类型' + res.method + '状态' + res.status_code + '响应大小' + toSize(res.body_length) + '
\
协议
\ @@ -2246,7 +2246,7 @@ function wsTableLogRequest(page){ content: '
\
\ \ - \ + \ \\
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
时间' + getLocalTime(res.time) + '真实IP' + res.ip + '客户端端口'+(res.client_port>0 && res.client_port != ''?res.client_port:'')+'
类型' + res.method + '状态' + res.status_code + '响应大小' + toSize(res.body_length) + '
\
协议
\