修改日志ddos时间解析问题

This commit is contained in:
zhanghongqing
2018-07-25 13:00:36 +08:00
parent 36b274fa4d
commit 6398c30af0
3 changed files with 21 additions and 5 deletions

View File

@@ -235,8 +235,8 @@ $(document).ready(function(){
<td>${log.userRegion}</td>
<td>${log.attackType}</td>
<td>${log.attackStartTime}</td>
<td>${log.lastAttackTime}</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>
<td>${log.attackMaxBps}</td>
<td>${log.attackTotalPkt}</td>