bgp日志界面 现场日志文件地址列去除
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user