样例日志增加serverLocate和clientLocate
This commit is contained in:
@@ -187,6 +187,8 @@ $(document).ready(function(){
|
|||||||
<th><spring:message code='clientip'/></th>
|
<th><spring:message code='clientip'/></th>
|
||||||
<th><spring:message code='serverport'/></th>
|
<th><spring:message code='serverport'/></th>
|
||||||
<th><spring:message code='clientport'/></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='deviceid'/></th>
|
||||||
<th><spring:message code='stream_type'/></th>
|
<th><spring:message code='stream_type'/></th>
|
||||||
<th><spring:message code='clj_ip'/></th>
|
<th><spring:message code='clj_ip'/></th>
|
||||||
@@ -235,6 +237,8 @@ $(document).ready(function(){
|
|||||||
<td>${log.sIp}</td>
|
<td>${log.sIp}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
|
<td>${log.serverLocate}</td>
|
||||||
|
<td>${log.clientLocate}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
<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='clientip'/></th>
|
||||||
<th><spring:message code='serverport'/></th>
|
<th><spring:message code='serverport'/></th>
|
||||||
<th><spring:message code='clientport'/></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='deviceid'/></th>
|
||||||
<th><spring:message code='stream_type'/></th>
|
<th><spring:message code='stream_type'/></th>
|
||||||
<th><spring:message code='clj_ip'/></th>
|
<th><spring:message code='clj_ip'/></th>
|
||||||
@@ -235,6 +237,8 @@ $(document).ready(function(){
|
|||||||
<td>${log.sIp}</td>
|
<td>${log.sIp}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
|
<td>${log.serverLocate}</td>
|
||||||
|
<td>${log.clientLocate}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
<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='clientip'/></th>
|
||||||
<th><spring:message code='serverport'/></th>
|
<th><spring:message code='serverport'/></th>
|
||||||
<th><spring:message code='clientport'/></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='deviceid'/></th>
|
||||||
<th><spring:message code='stream_type'/></th>
|
<th><spring:message code='stream_type'/></th>
|
||||||
<th><spring:message code='clj_ip'/></th>
|
<th><spring:message code='clj_ip'/></th>
|
||||||
@@ -249,6 +251,8 @@ $(document).ready(function(){
|
|||||||
<td>${log.sIp}</td>
|
<td>${log.sIp}</td>
|
||||||
<td>${log.dPort}</td>
|
<td>${log.dPort}</td>
|
||||||
<td>${log.sPort}</td>
|
<td>${log.sPort}</td>
|
||||||
|
<td>${log.serverLocate}</td>
|
||||||
|
<td>${log.clientLocate}</td>
|
||||||
<td>${log.deviceId}</td>
|
<td>${log.deviceId}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
|
||||||
|
|||||||
Reference in New Issue
Block a user