修改拦截策略配置导入模板;修正http(s) 重定向配置导入校验

This commit is contained in:
zhangwenqing
2019-01-08 10:08:33 +08:00
parent 0bbb751020
commit 2c0ab8687b
8 changed files with 133 additions and 46 deletions

View File

@@ -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>