1.修改配置同步业务;

2.修改ip payload日志表头与代理日志的数据列隐藏
This commit is contained in:
zhangwei
2018-12-30 12:11:20 +06:00
parent 6b433c4e5a
commit aa7e1dcef9
6 changed files with 73 additions and 24 deletions

View File

@@ -31,7 +31,13 @@ $(document).ready(function(){
<div class="theme-panel hidden-xs hidden-sm">
</div>
<h3 class="page-title">
<spring:message code="spoofing_ip_policy"/>
<c:if test="${log.functionId == 214}">
<spring:message code="spoofing_ip_policy"/>
</c:if>
<c:if test="${log.functionId == 212}">
<spring:message code="ip_payload"/>
</c:if>
</h3>
<h5 class="page-header"></h5>

View File

@@ -227,6 +227,7 @@
<th class="sort-column entrance_id" isVisible="false" column="entrance_id" ><spring:message code="entrance_id"/></th>
<th class="sort-column url"> URL &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
<th class="sort-column website" column="website" ><spring:message code="website"/></th>
<c:if test="${fns:getUser().isAdmin()}">
<th class="sort-column req_line" column="req_line" ><spring:message code="req_line"/></th>
<th class="sort-column res_line" column="res_line" ><spring:message code="res_line"/></th>
@@ -237,11 +238,11 @@
<th class="sort-column content_len" column="content_len" ><spring:message code="content_len"/></th>
<th class="sort-column content_type" column="content_type" ><spring:message code="content_type"/></th>
<th class="sort-column set_cookie" column="set_cookie" ><spring:message code="set_cookie"/></th>
<th class="sort-column req_header" column="req_header" ><spring:message code="req_header"/></th>
<th class="sort-column resp_header" column="resp_header" ><spring:message code="resp_header"/></th>
<%-- <th class="sort-column req_header" column="req_header" ><spring:message code="req_header"/></th>
<th class="sort-column resp_header" column="resp_header" ><spring:message code="resp_header"/></th> --%>
<%-- <th class="sort-column req_body"><spring:message code="req_body"/></th>
<th class="sort-column res_body"><spring:message code="res_body"/></th> --%>
<th class="sort-column website" column="website" ><spring:message code="website"/></th>
<th class="sort-column cap_ip" isVisible="false" column="clj_ip" ><spring:message code="clj_ip"/></th>
<th class="sort-column trans_proto" column="transport_layer_protocol" ><spring:message code="transport_layer_protocol"/></th>
@@ -254,11 +255,11 @@
<th class="sort-column link_id" isVisible="false" column="link_id" ><spring:message code="link_id"/></th>
<th class="sort-column encap_type" column="encap_type" ><spring:message code="encap_type"/></th>
<th class="sort-column direction" column="direction" ><spring:message code="direction"/></th>
<th class="sort-column inner_smac" column="inner_smac" ><spring:message code="inner_smac"/></th>
<th class="sort-column inner_dmac" column="inner_dmac" ><spring:message code="inner_dmac"/></th>
<%-- <th class="sort-column inner_smac" column="inner_smac" ><spring:message code="inner_smac"/></th>
<th class="sort-column inner_dmac" column="inner_dmac" ><spring:message code="inner_dmac"/></th> --%>
<th class="sort-column stream_dir" column="stream_type" ><spring:message code="stream_type"/></th>
<th class="sort-column addr_list" column="nest_addr_list" ><spring:message code="nest_addr_list"/></th>
<%-- <th class="sort-column addr_list" column="nest_addr_list" ><spring:message code="nest_addr_list"/></th> --%>
<th class="sort-column server_locate" column="server_locate" ><spring:message code='server_locate'/></th>
<th class="sort-column client_locate" column="client_locate" ><spring:message code='client_locate'/></th>
<th class="sort-column s_asn" isVisible="false" column="s_asn" ><spring:message code='s_asn'/></th>
@@ -308,6 +309,7 @@
http://${log.url}
</c:if> --%>
</td>
<td>${log.website }</td>
<c:if test="${fns:getUser().isAdmin()}">
<td>${log.reqLine }</td>
<td>${log.resLine }</td>
@@ -318,9 +320,9 @@
<td>${log.contentLen }</td>
<td>${log.contentType }</td>
<td>${log.setCookie }</td>
<td>${log.reqHeader }</td>
<td>${log.respHeader }</td>
<td>${log.website }</td>
<%-- <td>${log.reqHeader }</td>
<td>${log.respHeader }</td> --%>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
@@ -381,8 +383,8 @@
</c:forEach>
<spring:message code="${directions}"/>
</td>
<td>${log.innerSmac }</td>
<td>${log.innerDmac }</td>
<%-- <td>${log.innerSmac }</td>
<td>${log.innerDmac }</td> --%>
<td>
<c:set var="streamDirs">${log.streamDir }</c:set>
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="streamType">
@@ -393,7 +395,7 @@
<spring:message code="${streamDirs}"/>
</td>
<td>${log.addrList }</td>
<%-- <td>${log.addrList }</td> --%>
<td>${log.serverLocate}</td>
<td>${log.clientLocate}</td>
<td>${log.sAsn}</td>