diff --git a/src/main/webapp/WEB-INF/include/form/complexInfo.jsp b/src/main/webapp/WEB-INF/include/form/complexInfo.jsp index c0c328a9a..f32c07523 100644 --- a/src/main/webapp/WEB-INF/include/form/complexInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/complexInfo.jsp @@ -4,7 +4,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/include/form/ipInfo.jsp b/src/main/webapp/WEB-INF/include/form/ipInfo.jsp index d7a425267..efc3aa2fd 100644 --- a/src/main/webapp/WEB-INF/include/form/ipInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/ipInfo.jsp @@ -4,7 +4,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/include/form/stringInfo.jsp b/src/main/webapp/WEB-INF/include/form/stringInfo.jsp index ec8061d3b..9da9b031a 100644 --- a/src/main/webapp/WEB-INF/include/form/stringInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/stringInfo.jsp @@ -4,7 +4,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index 1bd111e9e..10860cc04 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp @@ -14,9 +14,6 @@ $(function(){ }); $("#cfgFrom").validate({ rules: { - 'cfgDesc':{ - required:true - }, 'keywords':{ required:true }, @@ -34,9 +31,6 @@ $(function(){ } }, messages: { - 'cfgDesc':{ - required:'' - }, 'keywords':{ required:'' }, diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgList.jsp index 7173e0660..72b2c4580 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgList.jsp @@ -109,7 +109,7 @@
--%>
- +
@@ -248,7 +248,7 @@ - + <%-- --%> @@ -271,7 +271,7 @@ - + <%-- --%> <%-- --%> diff --git a/src/main/webapp/WEB-INF/views/cfg/ipCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/ipCfgForm.jsp index 121e8a4db..dff2b7e1f 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ipCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ipCfgForm.jsp @@ -62,9 +62,6 @@ $(function(){ }); $("#ipCfgFrom").validate({ rules: { - cfgDesc: { - required: true, - }, ipType: { required: true, }, @@ -114,9 +111,6 @@ $(function(){ }, messages: { - cfgDesc: { - required: '', - }, ipType: { required: '', }, diff --git a/src/main/webapp/WEB-INF/views/cfg/ipCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/ipCfgList.jsp index d6eaabefe..69d043ec3 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ipCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ipCfgList.jsp @@ -153,7 +153,7 @@
- +
@@ -300,7 +300,7 @@
${status.index+1 }${status.index+1 }${cfg.cfgDesc }${cfg.district }${cfg.keywords }
- + <%-- --%> @@ -343,7 +343,7 @@ - + <%-- --%> diff --git a/src/main/webapp/WEB-INF/views/cfg/stringCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/stringCfgForm.jsp index aa68243c1..ee70af6ea 100644 --- a/src/main/webapp/WEB-INF/views/cfg/stringCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/stringCfgForm.jsp @@ -7,9 +7,6 @@ $(function(){ $("#cfgFrom").validate({ rules: { - 'cfgDesc':{ - required:true - }, 'cfgKeywords':{ required:true }, @@ -33,9 +30,6 @@ $(function(){ } }, messages: { - 'cfgDesc':{ - required:'' - }, 'cfgKeywords':{ required:'' }, diff --git a/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp index ff409f0a3..997b99ebe 100644 --- a/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/stringCfgList.jsp @@ -110,7 +110,7 @@ --%>
- +
@@ -257,7 +257,7 @@
ip
${status.index+1 }${status.index+1 }${ipCfg.cfgDesc } V${ipCfg.ipType } ${ipCfg.srcIp }
- + <%-- --%> @@ -286,7 +286,7 @@ - + <%-- --%>
${status.index+1 }${status.index+1 }${cfg.cfgDesc } ${cfg.cfgKeywords }