P2P日志增加字段.
This commit is contained in:
@@ -188,6 +188,11 @@
|
||||
<th><spring:message code="action"/></th>
|
||||
<th><spring:message code="found_time"/></th>
|
||||
<th><spring:message code="entrance"/></th>
|
||||
|
||||
<th><spring:message code="p2p_proto"/></th>
|
||||
<th><spring:message code="p2p_file_id"/></th>
|
||||
<th><spring:message code="p2p_keyword"/></th>
|
||||
|
||||
<th><spring:message code="clj_ip"/></th>
|
||||
<th><spring:message code="protocol"/></th>
|
||||
<th><spring:message code='addr_type'/></th>
|
||||
@@ -229,6 +234,11 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
|
||||
<td>${log.p2pProto}</td>
|
||||
<td>${log.p2pFileId}</td>
|
||||
<td>${log.p2pKeyword}</td>
|
||||
|
||||
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
|
||||
<td>${log.transProto }</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user