修改日志查询条件与字段统一,修改出入口错误

This commit is contained in:
zhanghongqing
2018-08-02 20:01:52 +08:00
parent 8b8aa57a99
commit f06c4a0216
12 changed files with 34 additions and 34 deletions

View File

@@ -169,7 +169,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='app_label'/></th>
<th><spring:message code='c2s_pkt_num'/></th>
@@ -205,8 +205,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='clj_ip'/></th>
<th><spring:message code='protocol'/></th>
<th><spring:message code='addr_type'/></th>
@@ -201,8 +201,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -162,7 +162,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='attack_type'/></th>
<th><spring:message code='attack_start_time'/></th>
@@ -201,8 +201,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='ftp_url'/></th>
<th><spring:message code='ftp_content'/></th>
@@ -205,8 +205,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -163,7 +163,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code='action'/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='ex_protocol'/></th>
<th><spring:message code='isakmp_mode'/></th>
@@ -196,8 +196,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -161,7 +161,7 @@
<th><spring:message code="cfg_id"/></th>
<th><spring:message code="action"/></th>
<th><spring:message code="found_time"/></th>
<th><spring:message code="entrance_id"/></th>
<th><spring:message code="entrance"/></th>
<th><spring:message code="mail_proto"/></th>
<th><spring:message code="mail_from"/></th>
@@ -198,7 +198,7 @@
<td>${_log.foundTime }</td>
<td>
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq _log.action}">
<c:if test="${dict.itemCode eq _log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
@@ -211,8 +211,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
@@ -211,8 +211,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='duation'/></th>
<th><spring:message code='voip_protocol'/></th>
@@ -217,8 +217,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='duation'/></th>
<th><spring:message code='voip_protocol'/></th>
@@ -217,8 +217,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code="action"/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<th><spring:message code='version'/></th>
<th><spring:message code='encrypt_mode'/></th>
@@ -207,7 +207,7 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>

View File

@@ -172,7 +172,7 @@ $(document).ready(function(){
<th><spring:message code='cfg_id'/></th>
<th><spring:message code='action'/></th>
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='entrance'/></th>
<%-- <th><spring:message code='version'/></th> --%>
<th><spring:message code='host_key'/></th>
@@ -209,8 +209,8 @@ $(document).ready(function(){
</td>
<td>${log.foundTime}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq log.entranceId}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>