--%>
-
+
@@ -248,7 +248,7 @@
- |
+ <%-- | --%>
|
|
|
@@ -271,7 +271,7 @@
- | ${status.index+1 } |
+ <%-- ${status.index+1 } | --%>
${cfg.cfgDesc } |
<%-- ${cfg.district } | --%>
${cfg.keywords } |
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 @@
- |
+ <%-- | --%>
|
ip |
|
@@ -343,7 +343,7 @@
- | ${status.index+1 } |
+ <%-- ${status.index+1 } | --%>
${ipCfg.cfgDesc } |
V${ipCfg.ipType } |
${ipCfg.srcIp } |
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 @@
- |
+ <%-- | --%>
|
|
|
@@ -286,7 +286,7 @@
- | ${status.index+1 } |
+ <%-- ${status.index+1 } | --%>
${cfg.cfgDesc } |
${cfg.cfgKeywords } |
|