日志VoIP删除多余时间字段,更改国际化错误

This commit is contained in:
zhanghongqing
2018-07-20 09:32:17 +08:00
parent f9f6fc5271
commit afda10b3cb
2 changed files with 1 additions and 3 deletions

View File

@@ -705,7 +705,7 @@ qname=Query Content
cname=cname
dns_query=Request
dns_response=Response
entrance=\u51FA\u5165\u53E3
entrance=entrance
#dns_sub=DNS_SUB
mail_proto=Mail Protocol
mail_from=Sender

View File

@@ -173,7 +173,6 @@ $(document).ready(function(){
<th><spring:message code='recv_time'/></th>
<th><spring:message code='protocol'/></th>
<th><spring:message code='voip_recv_time'/></th>
<th><spring:message code='duation'/></th>
<th><spring:message code='voip_protocol'/></th>
<th><spring:message code='calling_account'/></th>
@@ -220,7 +219,6 @@ $(document).ready(function(){
<td>${log.recvTime}</td>
<td>${log.transProto}</td>
<td>${log.recvTime}</td>
<td>${log.duation}</td>
<td>${log.protocol}</td>
<td>${log.callingAccount}</td>