APP协议、基础协议、加密隧道 查询去除丢包率
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
<th class="cfgDesc"><spring:message code="config_describe"/></th>
|
||||
<th><spring:message code="basic_protocol"/></th>
|
||||
<%-- <th><spring:message code="behaviour_type"/></th> --%>
|
||||
<th><spring:message code="ratelimit"/></th>
|
||||
<%-- <th><spring:message code="ratelimit"/></th> --%>
|
||||
<th><spring:message code="block_type"/></th>
|
||||
<th><spring:message code="do_log"/></th>
|
||||
<th><spring:message code="whether_area_block"/></th>
|
||||
@@ -351,7 +351,7 @@
|
||||
<td>${cfg.cfgDesc }</td>
|
||||
<td>${cfg.appName }</td>
|
||||
<%-- <td>${cfg.behavName }</td> --%>
|
||||
<td>${cfg.ratelimit }</td>
|
||||
<%-- <td>${cfg.ratelimit }</td> --%>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
|
||||
<c:if test="${dict.itemCode eq cfg.action }">
|
||||
|
||||
Reference in New Issue
Block a user