From 35a7b360f14faaff5a9fc481e9a2602744b60ec7 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 1 Aug 2018 14:58:22 +0800 Subject: [PATCH] =?UTF-8?q?(1)=E6=81=A2=E5=A4=8DIP=20sec=E8=A2=AB=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84=E5=8D=8F=E8=AE=AE=E9=83=A8=E5=88=86=20(2)?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E5=85=B8ICMP=5FPROTOCOL,=E5=8A=A0?= =?UTF-8?q?=E5=88=B0PROTOCOL=E5=AD=97=E5=85=B8=E4=B8=8A=E7=9A=84ICMP?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/update_ip_addr.sql | 2 +- .../webapp/WEB-INF/include/form/ipInfo.jsp | 14 +--- .../WEB-INF/views/cfg/common/ipList.jsp | 5 ++ .../webapp/WEB-INF/views/cfg/ipsec/ipForm.jsp | 84 ------------------- 4 files changed, 9 insertions(+), 96 deletions(-) diff --git a/src/main/resources/sql/update_ip_addr.sql b/src/main/resources/sql/update_ip_addr.sql index 89a8f2ce9..46ed99798 100644 --- a/src/main/resources/sql/update_ip_addr.sql +++ b/src/main/resources/sql/update_ip_addr.sql @@ -1,2 +1,2 @@ INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES (5,'ipaddr','ip地址',0,1,1,66) -INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES (1,'ICMP','ICMP',0,1,1,63) \ No newline at end of file +#字典新增 模块名称ICMP协议,字典标识ICMP_PROTOCOL,字典值:标识:1,值ICMP \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/include/form/ipInfo.jsp b/src/main/webapp/WEB-INF/include/form/ipInfo.jsp index 799bdcbd2..c57b55681 100644 --- a/src/main/webapp/WEB-INF/include/form/ipInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/ipInfo.jsp @@ -29,17 +29,9 @@
diff --git a/src/main/webapp/WEB-INF/views/cfg/common/ipList.jsp b/src/main/webapp/WEB-INF/views/cfg/common/ipList.jsp index a45b99a94..ee6580438 100644 --- a/src/main/webapp/WEB-INF/views/cfg/common/ipList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/common/ipList.jsp @@ -357,6 +357,11 @@ + + + + + diff --git a/src/main/webapp/WEB-INF/views/cfg/ipsec/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/ipsec/ipForm.jsp index df9748de9..5e121147a 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ipsec/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ipsec/ipForm.jsp @@ -162,92 +162,8 @@ $(function(){ - <%@include file="/WEB-INF/include/form/ipInfo.jsp" %> - - - <%@include file="/WEB-INF/include/form/complexIpInfo.jsp" %> -
-
-
- -
- -
-
-
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
- -
- -
-
-
- -
-
-
- -
-
-
- -
- -
-
-
-
-
-
- -
- -
-
-
-
-
-
- <%@include file="/WEB-INF/include/form/areaInfo.jsp" %> - - - - <%@include file="/WEB-INF/include/form/basicInfo.jsp" %>