恢复ssl version min与max的值,obj-list-group界面去除 日志总量一列的展示
This commit is contained in:
@@ -851,8 +851,8 @@ public class ConfigConvertUtil {
|
|||||||
map=new HashMap<>();
|
map=new HashMap<>();
|
||||||
map.put("mirror_client", 0);
|
map.put("mirror_client", 0);
|
||||||
map.put("allow_http2", 1);
|
map.put("allow_http2", 1);
|
||||||
map.put("min", "SSLv3");
|
map.put("min", "ssl3");
|
||||||
map.put("max", "TLSv1.3");
|
map.put("max", "tls13");
|
||||||
userRegionMap.put("ssl_ver", map);
|
userRegionMap.put("ssl_ver", map);
|
||||||
//decrypt_mirror
|
//decrypt_mirror
|
||||||
map=new HashMap<>();
|
map=new HashMap<>();
|
||||||
|
|||||||
@@ -452,7 +452,7 @@
|
|||||||
<th column="valid_identifier" class="sort-column a.is_valid"><spring:message code="valid_identifier"/></th>
|
<th column="valid_identifier" class="sort-column a.is_valid"><spring:message code="valid_identifier"/></th>
|
||||||
<th><spring:message code="is_schduler"/></th>
|
<th><spring:message code="is_schduler"/></th>
|
||||||
<th column="do_log" ><spring:message code="do_log"/></th>
|
<th column="do_log" ><spring:message code="do_log"/></th>
|
||||||
<th column="log_total" ><spring:message code="log_total"/></th>
|
<%--<th column="log_total" ><spring:message code="log_total"/></th> --%>
|
||||||
<th column="whether_area_block" ><spring:message code="whether_area_block"/></th>
|
<th column="whether_area_block" ><spring:message code="whether_area_block"/></th>
|
||||||
<th column="letter" ><spring:message code="letter"/></th>
|
<th column="letter" ><spring:message code="letter"/></th>
|
||||||
<th column="classification" ><spring:message code="classification"/></th>
|
<th column="classification" ><spring:message code="classification"/></th>
|
||||||
@@ -527,7 +527,7 @@
|
|||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}" serviceId="${cfg.serviceId}"><div class="loading-total"></div></td>
|
<%--<td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}" serviceId="${cfg.serviceId}"><div class="loading-total"></div></td>--%>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.isAreaEffective==0}"><spring:message code="all"/></c:if>
|
<c:if test="${cfg.isAreaEffective==0}"><spring:message code="all"/></c:if>
|
||||||
<c:if test="${cfg.isAreaEffective==1}">
|
<c:if test="${cfg.isAreaEffective==1}">
|
||||||
|
|||||||
Reference in New Issue
Block a user