1.修改日志国际化字段2.日志ddos攻击类型加入字典依据协议统计已有类型

UDP-Flood: 1069
SYN-Flood: 1070
This commit is contained in:
zhanghongqing
2018-08-03 14:28:43 +08:00
parent 6108dabc89
commit 2f047f60a6
3 changed files with 27 additions and 21 deletions

View File

@@ -208,7 +208,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.attackType}</td>
<td>
<c:forEach items="${fns:getDictList('ATTACK_TYPE')}" var="dict">
<c:if test="${dict.itemCode eq log.attackType}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td><fmt:formatDate value="${log.attackStartTime}" pattern="yyyy-MM-dd HH:mm:ss" /></td>
<td><fmt:formatDate value="${log.lastAttackTime}" pattern="yyyy-MM-dd HH:mm:ss" /></td>
<td>${log.attackMaxPps}</td>