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 }