From d3d4286b0dc9afa35305a4a9eeec5a81c9c184eb Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Mon, 13 Aug 2018 11:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=20httpList=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=AD=97=E6=AE=B5=E6=94=B9=E4=B8=BA=E8=B6=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/log/ntc/httpList.jsp | 45 ++++++++++++++++--- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp index c3b131c32..ac664c979 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp @@ -215,11 +215,46 @@ - ${_log.url} - ${_log.reqHdrFile} - ${_log.reqBodyFile} - ${_log.resHdrFile} - ${_log.resBodyFile} + + + + ${fn:substring(_log.url,0,20) } + + + + + http://${fn:substring(_log.url,0,20) } + + + + + + ${fn:substring(_log.reqHdrFile,0,20) } + + + + + + ${fn:substring(_log.reqBodyFile,0,20) } + + + + + + ${fn:substring(_log.resHdrFile,0,20) } + + + + + ${fn:substring(_log.resBodyFile,0,20) } + + ${fns:abbr(_log.capIp, 42)} ${_log.transProto }