diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp index 9355d1f2f..80ce3e030 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -242,6 +242,7 @@ $(function(){ flag = validateEffectiveRuleLimit("${ctx}",serviceId); } if(flag){ + $("#cron .detail > div.disabled").remove();//删除disabled 的字段 form.submit(); } }, @@ -555,6 +556,8 @@ function sampleFileValidate(fileType,fileName){ <%@include file="/WEB-INF/include/form/basicInfo.jsp" %> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleSubList.jsp index 780317849..7f63f65a1 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleSubList.jsp @@ -19,6 +19,14 @@
+ + +
+ + +
+
@@ -51,4 +59,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/ddosIpCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/ddosIpCfgForm.jsp index 598256c1f..726a9f284 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ddosIpCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ddosIpCfgForm.jsp @@ -75,6 +75,7 @@ $(function(){ return; } loading('onloading...'); + $("#cron .detail > div.disabled").remove();//删除disabled 的字段 form.submit(); }, errorContainer: "#messageBox", @@ -236,6 +237,8 @@ $(function(){ <%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/ddosSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/ddosSubList.jsp index 6e7ff08ef..d5a834c8e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ddosSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ddosSubList.jsp @@ -19,6 +19,13 @@
+ +
+ + +
+
@@ -130,4 +137,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file