app的日志检索改为查ntcAppLogs接口,属性有变更
This commit is contained in:
@@ -111,7 +111,7 @@ $(document).ready(function(){
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
<label><spring:message code="protocol_type"/>:</label>
|
||||
<label><spring:message code="transport_layer_protocol"/>:</label>
|
||||
<c:set var="select"><spring:message code='select'/></c:set>
|
||||
<form:select path="transProto" class="selectpicker form-control" >
|
||||
<form:option value=""><spring:message code="select"/></form:option>
|
||||
@@ -184,17 +184,20 @@ $(document).ready(function(){
|
||||
<th><spring:message code='entrance'/></th>
|
||||
|
||||
<th><spring:message code='basic_protocol'/></th>
|
||||
<th><spring:message code='os_type'/></th>
|
||||
<th><spring:message code='browser_type'/></th>
|
||||
<th><spring:message code='label_proto_source'/></th>
|
||||
<%-- <th><spring:message code='os_type'/></th>
|
||||
<th><spring:message code='browser_type'/></th> --%>
|
||||
<th><spring:message code='behaviour_type'/></th>
|
||||
<th><spring:message code='label_behav_source'/></th>
|
||||
<th><spring:message code='social_app'/></th>
|
||||
<th><spring:message code='c2s_pkt_num'/></th>
|
||||
<th><spring:message code='label_app_source'/></th>
|
||||
<%-- <th><spring:message code='c2s_pkt_num'/></th>
|
||||
<th><spring:message code='s2c_pkt_num'/></th>
|
||||
<th><spring:message code='c2s_byte_num'/></th>
|
||||
<th><spring:message code='s2c_byte_num'/></th>
|
||||
<th><spring:message code='s2c_byte_num'/></th> --%>
|
||||
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
<th><spring:message code='protocol'/></th>
|
||||
<th><spring:message code='transport_layer_protocol'/></th>
|
||||
<th><spring:message code='addr_type'/></th>
|
||||
<th><spring:message code='serverip'/></th>
|
||||
<th><spring:message code='clientip'/></th>
|
||||
@@ -241,6 +244,9 @@ $(document).ready(function(){
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
${log.labelProtoSource}
|
||||
</td>
|
||||
<%-- <td>
|
||||
<c:forEach items="${osList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelOsId}">
|
||||
<spring:message code="${dict.item}"/>
|
||||
@@ -253,7 +259,7 @@ $(document).ready(function(){
|
||||
<spring:message code="${dict.item}"/>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
</td> --%>
|
||||
<td>
|
||||
<c:forEach items="${behaviorList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelBehavId}">
|
||||
@@ -261,6 +267,9 @@ $(document).ready(function(){
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
${log.labelBehavSource}
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${appList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelAppId}">
|
||||
@@ -268,10 +277,13 @@ $(document).ready(function(){
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${log.c2sPktNum}</td>
|
||||
<td>
|
||||
${log.labelAppSource}
|
||||
</td>
|
||||
<%-- <td>${log.c2sPktNum}</td>
|
||||
<td>${log.s2cPktNum}</td>
|
||||
<td>${log.c2sByteNum}</td>
|
||||
<td>${log.s2cByteNum}</td>
|
||||
<td>${log.s2cByteNum}</td> --%>
|
||||
|
||||
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
|
||||
<td>${log.transProto}</td>
|
||||
|
||||
Reference in New Issue
Block a user