修改日志查询条件与字段统一,修改出入口错误
This commit is contained in:
@@ -169,7 +169,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='app_label'/></th>
|
||||||
<th><spring:message code='c2s_pkt_num'/></th>
|
<th><spring:message code='c2s_pkt_num'/></th>
|
||||||
@@ -205,8 +205,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='clj_ip'/></th>
|
||||||
<th><spring:message code='protocol'/></th>
|
<th><spring:message code='protocol'/></th>
|
||||||
<th><spring:message code='addr_type'/></th>
|
<th><spring:message code='addr_type'/></th>
|
||||||
@@ -201,8 +201,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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_type'/></th>
|
||||||
<th><spring:message code='attack_start_time'/></th>
|
<th><spring:message code='attack_start_time'/></th>
|
||||||
@@ -201,8 +201,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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_url'/></th>
|
||||||
<th><spring:message code='ftp_content'/></th>
|
<th><spring:message code='ftp_content'/></th>
|
||||||
@@ -205,8 +205,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code='action'/></th>
|
<th><spring:message code='action'/></th>
|
||||||
<th><spring:message code='found_time'/></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='ex_protocol'/></th>
|
||||||
<th><spring:message code='isakmp_mode'/></th>
|
<th><spring:message code='isakmp_mode'/></th>
|
||||||
@@ -196,8 +196,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
<th><spring:message code="cfg_id"/></th>
|
<th><spring:message code="cfg_id"/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code="found_time"/></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_proto"/></th>
|
||||||
<th><spring:message code="mail_from"/></th>
|
<th><spring:message code="mail_from"/></th>
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
<td>${_log.foundTime }</td>
|
<td>${_log.foundTime }</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
|
<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}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='pid'/></th>
|
||||||
<th><spring:message code='access_url'/></th>
|
<th><spring:message code='access_url'/></th>
|
||||||
@@ -211,8 +211,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='pid'/></th>
|
||||||
<th><spring:message code='access_url'/></th>
|
<th><spring:message code='access_url'/></th>
|
||||||
@@ -211,8 +211,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='duation'/></th>
|
||||||
<th><spring:message code='voip_protocol'/></th>
|
<th><spring:message code='voip_protocol'/></th>
|
||||||
@@ -217,8 +217,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='duation'/></th>
|
||||||
<th><spring:message code='voip_protocol'/></th>
|
<th><spring:message code='voip_protocol'/></th>
|
||||||
@@ -217,8 +217,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code="action"/></th>
|
<th><spring:message code="action"/></th>
|
||||||
<th><spring:message code='found_time'/></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='version'/></th>
|
||||||
<th><spring:message code='encrypt_mode'/></th>
|
<th><spring:message code='encrypt_mode'/></th>
|
||||||
@@ -207,7 +207,7 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.action}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='cfg_id'/></th>
|
<th><spring:message code='cfg_id'/></th>
|
||||||
<th><spring:message code='action'/></th>
|
<th><spring:message code='action'/></th>
|
||||||
<th><spring:message code='found_time'/></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='version'/></th> --%>
|
||||||
<th><spring:message code='host_key'/></th>
|
<th><spring:message code='host_key'/></th>
|
||||||
@@ -209,8 +209,8 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
<td>${log.foundTime}</td>
|
<td>${log.foundTime}</td>
|
||||||
<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}">
|
<c:if test="${dict.itemCode eq log.entranceId}">
|
||||||
<spring:message code="${dict.itemValue}"/>
|
<spring:message code="${dict.itemValue}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|||||||
Reference in New Issue
Block a user