音视频日志增加视频协议

回调类配置批量下发修改
This commit is contained in:
DuanDongmei
2018-12-07 20:26:12 +08:00
parent 529a934f42
commit 0b97ccc6d4
16 changed files with 150 additions and 21 deletions

View File

@@ -270,7 +270,15 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td>
<c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -266,7 +266,15 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td>
<c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -310,7 +310,14 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -266,7 +266,15 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td>
<c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -265,7 +265,15 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td>
<c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -267,7 +267,15 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td>
<c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -309,7 +309,14 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }
</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -369,7 +369,13 @@
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -309,7 +309,13 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -309,7 +309,13 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -309,7 +309,13 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -309,7 +309,13 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">

View File

@@ -310,7 +310,13 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<td><c:set var="avProtocol" value="${log.protocol}"></c:set>
<c:forEach items="${fns:getDictList('AV_PROTOCOL')}" var="dic">
<c:if test="${log.protocol==dic.itemCode}">
<c:set var="avProtocol" value="${dic.itemValue }"></c:set>
</c:if>
</c:forEach>
${avProtocol }</td>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:forEach items="${fns:getDictList('LOG_PROTOCOL')}" var="dic">