修改dns响应策略下发部分信息填写错误bug
dns响应策略增加界面增加响应数属性
This commit is contained in:
@@ -138,7 +138,7 @@ $(function(){
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="min_ttl"/></label>
|
||||
<div class="col-md-6">
|
||||
<input class="form-control required number" placeholder="<spring:message code="ttlUnit" />" type="text" name="minTtl" value="${_cfg.minTtl}">
|
||||
<input class="form-control required number" placeholder="<spring:message code="ttl_unit" />" type="text" name="minTtl" value="${_cfg.minTtl}">
|
||||
</div>
|
||||
<div for="minTtl"></div>
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@ $(function(){
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="max_ttl"/></label>
|
||||
<div class="col-md-6">
|
||||
<input class="form-control required number" placeholder="<spring:message code="ttlUnit" />" type="text" name="maxTtl" value="${_cfg.maxTtl}">
|
||||
<input class="form-control required number" placeholder="<spring:message code="ttl_unit" />" type="text" name="maxTtl" value="${_cfg.maxTtl}">
|
||||
</div>
|
||||
<div for="maxTtl"></div>
|
||||
</div>
|
||||
@@ -167,6 +167,15 @@ $(function(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="res_group_num"/></label>
|
||||
<div class="col-md-6">
|
||||
<input class="form-control number" type="text" name="resGroup1Num" value="${_cfg.resGroup1Num}">
|
||||
</div>
|
||||
<div for="resGroup1Num"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %>
|
||||
</div>
|
||||
|
||||
@@ -258,6 +258,7 @@
|
||||
<th><spring:message code="policy_number"/></th>
|
||||
<th><spring:message code="policy_name"/></th>
|
||||
<th><spring:message code="group_name"/></th>
|
||||
<th><spring:message code="res_group_num"/></th>
|
||||
<th><spring:message code="min_ttl"/></th>
|
||||
<th><spring:message code="max_ttl"/></th>
|
||||
<th><spring:message code="block_type"/></th>
|
||||
@@ -294,6 +295,7 @@
|
||||
${fns:abbr(cfg.group1Name,20)}
|
||||
</a>
|
||||
</td>
|
||||
<td>${cfg.resGroup1Num }</td>
|
||||
<td>${cfg.minTtl }</td>
|
||||
<td>${cfg.maxTtl }</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user