日志增加服务端,客户端位置信息字段
This commit is contained in:
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -217,6 +219,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -211,6 +213,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -220,6 +222,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -213,6 +215,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -172,6 +172,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -207,6 +209,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -187,6 +187,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -235,6 +237,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -187,6 +187,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -235,6 +237,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -194,6 +194,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -221,7 +223,7 @@ $(document).ready(function(){
|
||||
<td>${log.transProto}</td>
|
||||
|
||||
<td>${log.duation}</td>
|
||||
<td>${log.protocol}</td>
|
||||
<td>${log.voipProtocol}</td>
|
||||
<td>${log.callingAccount}</td>
|
||||
<td>${log.calledAccount}</td>
|
||||
<td>${log.callingNumber}</td>
|
||||
@@ -249,6 +251,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -194,6 +194,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -221,7 +223,7 @@ $(document).ready(function(){
|
||||
<td>${log.transProto}</td>
|
||||
|
||||
<td>${log.duation}</td>
|
||||
<td>${log.protocol}</td>
|
||||
<td>${log.voipProtocol}</td>
|
||||
<td>${log.callingAccount}</td>
|
||||
<td>${log.calledAccount}</td>
|
||||
<td>${log.callingNumber}</td>
|
||||
@@ -249,6 +251,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -194,6 +194,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -221,7 +223,7 @@ $(document).ready(function(){
|
||||
<td>${log.transProto}</td>
|
||||
|
||||
<td>${log.duation}</td>
|
||||
<td>${log.protocol}</td>
|
||||
<td>${log.voipProtocol}</td>
|
||||
<td>${log.callingAccount}</td>
|
||||
<td>${log.calledAccount}</td>
|
||||
<td>${log.callingNumber}</td>
|
||||
@@ -249,6 +251,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -215,6 +217,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
@@ -178,6 +178,8 @@ $(document).ready(function(){
|
||||
<th><spring:message code='clientip'/></th>
|
||||
<th><spring:message code='serverport'/></th>
|
||||
<th><spring:message code='clientport'/></th>
|
||||
<th><spring:message code='server_locate'/></th>
|
||||
<th><spring:message code='client_locate'/></th>
|
||||
<th><spring:message code='deviceid'/></th>
|
||||
<th><spring:message code='stream_type'/></th>
|
||||
<th><spring:message code='clj_ip'/></th>
|
||||
@@ -217,6 +219,8 @@ $(document).ready(function(){
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
|
||||
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
|
||||
<td>${log.deviceId}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||
|
||||
Reference in New Issue
Block a user