diff options
| author | 段冬梅 <[email protected]> | 2019-02-18 18:14:18 +0800 |
|---|---|---|
| committer | 段冬梅 <[email protected]> | 2019-02-18 18:14:18 +0800 |
| commit | e147f29d55effbdaca297500b8972cfc9e566a02 (patch) | |
| tree | 6df92c74f571e9f2b00449f4f5fac6803225ad08 | |
| parent | 96656f24cfe858a3691ca5ba0fa1fd20e20fc0d8 (diff) | |
asn no的组织组默认不下发全量;
恢复nis丢失的配置参数
| -rw-r--r-- | src/main/resources/nis.properties | 8 | ||||
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/asnForm.jsp | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/main/resources/nis.properties b/src/main/resources/nis.properties index 0b472b46f..fb50d3910 100644 --- a/src/main/resources/nis.properties +++ b/src/main/resources/nis.properties @@ -613,6 +613,9 @@ blockAndDropStat=v1/blockAndDropStat #\u914d\u7f6e\u542f\u505c\u63a5\u53e3
configStartStop=v2/configStartStop
trafficAppTrend=v1/trafficAppTrend
+#Http\u6cdb\u6536
+ntcHttpRecordLog=v1/ntcHttpRecordLogs
+asn_region_key=AppTrend
appConnRecordTop100=v1/appConnRecordTop100
#SSL\u6cdb\u6536
ntcSslRecordLog=v1/ntcSslRecordLogs
@@ -620,4 +623,7 @@ ntc_asn_number=NTC_ASN_NUMBER addRegionToCommonGroup=v1/addRegionToCommonGroup
updateRegionToCommonGroup=v1/updateCommonGroupRegion
deleteRegionToCommonGroup=v1/delCommonGroupRegion
-
+asn_key=AS
+#Http\u6cdb\u6536
+ntcHttpRecordLog=v1/ntcHttpRecordLogs
+asn_region_key=ASN_ID
diff --git a/src/main/webapp/WEB-INF/views/cfg/asnForm.jsp b/src/main/webapp/WEB-INF/views/cfg/asnForm.jsp index f9311a30b..18de81282 100644 --- a/src/main/webapp/WEB-INF/views/cfg/asnForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/asnForm.jsp @@ -29,7 +29,7 @@ <!--ip地址 asn no组号的groupId -->
<input type="hidden" name="${cfgName}.userRegion5" value="">
<!-- 是否自动更新ASN NO -->
-<input type="hidden" name="${cfgName}.userRegion4" value="${cfg.userRegion4}">
+<input type="hidden" name="${cfgName}.userRegion4" value="0">
<%-- <div class="hidden" id="selectAll"><spring:message code="select_All_Text"/></div>
<div class="hidden" id="deselectAll"><spring:message code="deselect_All_Text"/></div>
<input type="hidden" name="${cfgName}.organizationGroupId" value="${cfg.userRegion1}">
|
