音视频日志增加视频协议
回调类配置批量下发修改
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user