修改拦截策略配置导入模板;修正http(s) 重定向配置导入校验
This commit is contained in:
@@ -137,7 +137,7 @@ var resetIndex = function(){
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="address_pool"/></label>
|
||||
<div class="col-md-6">
|
||||
<!-- 地址池名称 -->
|
||||
<input class="form-control required addrPoolUnique" type="text" name="addrPoolName" value="${_cfg.addrPoolName}" autocomplete="off" ctx="${ctx}">
|
||||
<input class="form-control required addrPoolUnique" type="text" name="addrPoolName" value="${_cfg.addrPoolName}" maxlength="128" autocomplete="off" ctx="${ctx}">
|
||||
</div>
|
||||
<div for="addrPoolName"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user