bgp日志界面 现场日志文件地址列去除

This commit is contained in:
leijun
2018-10-23 16:32:04 +08:00
parent 71d2e23d4f
commit 2cbcd7233f

View File

@@ -188,7 +188,7 @@
<th><spring:message code='d_asn'/></th>
<th><spring:message code='s_subscribe_id'/></th>
<th><spring:message code='d_subscribe_id'/></th>
<th><spring:message code='scene_file'/></th>
<%-- <th><spring:message code='scene_file'/></th> --%>
<th><spring:message code='message_type'/></th>
<th><spring:message code='as'/></th>
<th><spring:message code='route'/></th>
@@ -248,7 +248,7 @@
<td>${log.dAsn}</td>
<td>${log.sSubscribeId}</td>
<td>${log.dSubscribeId}</td>
<td>${log.sceneFile}</td>
<%-- <td>${log.sceneFile}</td> --%>
<td>
<c:forEach items="${fns:getDictList('BGP_MESSAGE_TYPE')}" var="type">
<c:if test="${type.itemCode eq log.type}">${type.itemValue}</c:if>