证书策略去掉业务类型选项,domain拦截修改domian自定义域bug更改
This commit is contained in:
@@ -17,10 +17,6 @@ $(function(){
|
||||
$("#privateKeyFileI").on('change', function() {
|
||||
$("#privateKeyFileInfo").val($("#privateKeyFileI").val());
|
||||
});
|
||||
switchCfgType();
|
||||
$("input[name=cfgType]").on('change', function() {
|
||||
switchCfgType();
|
||||
});
|
||||
switchKeyringType();
|
||||
$("select[name=keyringType]").on('change', function() {
|
||||
switchKeyringType();
|
||||
@@ -143,16 +139,6 @@ var switchKeyringType=function(){
|
||||
<div for="action"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="cfgType"/></label>
|
||||
<div class="col-md-6">
|
||||
<input type="radio" name="cfgType" value="ip" <c:if test="${_cfg.cfgType == 'ip' || empty _cfg.cfgType}">checked="checked"</c:if>> <spring:message code="ip"/> <spring:message code="monitor"/>
|
||||
<input type="radio" name="cfgType" value="domain" <c:if test="${_cfg.cfgType == 'domain' }">checked="checked"</c:if>><spring:message code="domain"/> <spring:message code="monitor"/>
|
||||
</div>
|
||||
<div for="action"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -255,7 +255,6 @@
|
||||
<tr>
|
||||
<th><input type="checkbox" class="i-checks" id="checkAll"></th>
|
||||
<%-- <th><spring:message code="seq"/></th> --%>
|
||||
<th><spring:message code="cfg_type"/></th>
|
||||
<th><spring:message code="keyring_name"/></th>
|
||||
<th><spring:message code="keyring_type"/></th>
|
||||
<th><spring:message code="private_key_file"/></th>
|
||||
@@ -287,10 +286,6 @@
|
||||
<td>
|
||||
<input type="checkbox" class="i-checks" serviceId="${cfg.serviceId}" id="${cfg.cfgId}" value="${cfg.isAudit}">
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${cfg.cfgType eq 'ip'}"><spring:message code="ip"/> <spring:message code="monitor"/> </c:if>
|
||||
<c:if test="${cfg.cfgType eq 'domain'}"><spring:message code="domain"/> <spring:message code="monitor"/></c:if>
|
||||
</td>
|
||||
<td>${cfg.cfgDesc }</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('INTERCEPT_CERTIFICATE_TYPE') }" var="dict">
|
||||
|
||||
Reference in New Issue
Block a user