ASN分组逻辑调整,配置使用ANS号对应组织的分组改为使用ANS号新增的唯一分组
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
<description>根据asnGroupId获取asn 的v4数量和v6数量</description>
|
||||
<name>getASNIPNum</name>
|
||||
<function-class>com.nis.util.ConfigDictUtils</function-class>
|
||||
<function-signature>java.util.List getASNIPNum(java.lang.Integer)</function-signature>
|
||||
<function-signature>java.util.List getASNIPNum(java.lang.Long)</function-signature>
|
||||
<example>${fns:getASNIPNum(str)}</example>
|
||||
</function>
|
||||
</taglib>
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
<input type="hidden" name="${cfgName}.userRegion2" value="">
|
||||
<!-- asn no组织的groupId 【界面每次校验的时候填写】-->
|
||||
<input type="hidden" name="${cfgName}.userRegion3" value="">
|
||||
<!--ip地址 asn no组号的groupId -->
|
||||
<input type="hidden" name="${cfgName}.userRegion5" value="">
|
||||
<!-- 是否自动更新ASN NO -->
|
||||
<input type="hidden" name="${cfgName}.userRegion4" value="${cfg.userRegion4}">
|
||||
<%-- <div class="hidden" id="selectAll"><spring:message code="select_All_Text"/></div>
|
||||
|
||||
Reference in New Issue
Block a user