1日志修改标题为配置中获取与菜单相同2.串联设备号改为字典中获取
This commit is contained in:
@@ -222,7 +222,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
APP
|
<spring:message code="social_app_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -209,7 +209,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
DDOS
|
<spring:message code="dk_behavior"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -212,8 +212,11 @@ $(document).ready(function(){
|
|||||||
<td>${log.attackMaxBps}</td>
|
<td>${log.attackMaxBps}</td>
|
||||||
<td>${log.attackTotalPkt}</td>
|
<td>${log.attackTotalPkt}</td>
|
||||||
<td>${log.attackTotalByte}</td>
|
<td>${log.attackTotalByte}</td>
|
||||||
<td>${log.isBlcok}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('SYS_YES_NO')}" var="dic">
|
||||||
|
<c:if test="${dic.itemCode eq log.isBlcok}"><spring:message code="${dic.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
|
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
|
||||||
<td>${log.transProto}</td>
|
<td>${log.transProto}</td>
|
||||||
<td>
|
<td>
|
||||||
@@ -225,7 +228,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
FTP
|
<spring:message code="ftp_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -225,7 +225,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
IPSEC
|
<spring:message code="IPSEC"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -215,7 +215,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
VoIP ACCOUNT
|
<spring:message code="av_voip_account_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
VoIP IP
|
<spring:message code="av_voip_ip_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
OpenVPN
|
<spring:message code="openvpn_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -205,16 +205,14 @@ $(document).ready(function(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td title="${fns:escapeHtml(log.version)}">
|
<td>${log.version}</td>
|
||||||
${fns:stringFormat(log.version,30)}
|
<td>${log.encryptMode}</td>
|
||||||
</td>
|
|
||||||
<td title="${fns:escapeHtml(log.encryptMode)}">
|
|
||||||
${fns:stringFormat(log.encryptMode,30)}
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${log.hmac==0}"><spring:message code="no"/></c:if>
|
<c:forEach items="${fns:getDictList('SYS_YES_NO')}" var="dic">
|
||||||
<c:if test="${log.hmac==1}"><spring:message code="yes"/></c:if>
|
<c:if test="${dic.itemCode eq log.hmac}"><spring:message code="${dic.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${log.tunnelType==1}">TCP</c:if>
|
<c:if test="${log.tunnelType==1}">TCP</c:if>
|
||||||
<c:if test="${log.tunnelType==2}">UDP</c:if>
|
<c:if test="${log.tunnelType==2}">UDP</c:if>
|
||||||
@@ -231,7 +229,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
SSH
|
<spring:message code="SSH"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -229,7 +229,11 @@ $(document).ready(function(){
|
|||||||
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>
|
||||||
|
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
|
||||||
|
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
|
||||||
|
</c:forEach>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
|
||||||
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||||
|
|||||||
Reference in New Issue
Block a user