From a4cc2fb89cf186f39932feee97afbe2ec3ee6dde Mon Sep 17 00:00:00 2001 From: wangxin Date: Tue, 14 Aug 2018 15:01:19 +0800 Subject: [PATCH] =?UTF-8?q?(1)=E5=8E=BB=E6=8E=89=E8=AF=AF=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E7=9A=84=E5=AD=97=E7=AC=A6=20(2)=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E9=9A=A7=E9=81=93=E8=A1=8C=E4=B8=BA=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/messages/message_en.properties | 5 ++++- src/main/resources/messages/message_zh_CN.properties | 5 ++++- .../WEB-INF/views/specific/specificServiceCfgForm.jsp | 10 +++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index d6d6e9fb6..364a90766 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1088,4 +1088,7 @@ ir_ip=IP Reuseing ratelimit_ip=IP Ratelimit app_code=Application No app_name=Application Name -app_desc=Application Description \ No newline at end of file +app_desc=Application Description +tunnel_code=Tunnel Behavior No +tunnel_name=Tunnel Behavior Name +tunnel_desc=Tunnel Behavior Description \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index d342e8434..731d4a8dd 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1092,4 +1092,7 @@ ir_ip=IP\u590D\u7528 ratelimit_ip=IP\u9650\u6D41 app_code=\u5E94\u7528\u5E8F\u53F7 app_name=\u5E94\u7528\u540D\u79F0 -app_desc=\u5E94\u7528\u63CF\u8FF0 \ No newline at end of file +app_desc=\u5E94\u7528\u63CF\u8FF0 +tunnel_code=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u5E8F\u53F7 +tunnel_name=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u540D\u79F0 +tunnel_desc=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u63CF\u8FF0 \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp index 7de27cc83..ebc05f44a 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp @@ -1,4 +1,4 @@ -laow<%@ page contentType="text/html;charset=UTF-8" %> +<%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/WEB-INF/include/taglib.jsp"%> @@ -110,6 +110,10 @@ laow<%@ page contentType="text/html;charset=UTF-8" %> $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); $(".protocol_desc").html('*:'); + }else if($("[name='cfgType']").val()==2){ + $(".protocol_code").html('*:'); + $(".protocol_name").html('*:'); + $(".protocol_desc").html('*:'); }else{ $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); @@ -133,6 +137,10 @@ laow<%@ page contentType="text/html;charset=UTF-8" %> $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); $(".protocol_desc").html('*:'); + }else if(cfgType==2){ + $(".protocol_code").html('*:'); + $(".protocol_name").html('*:'); + $(".protocol_desc").html('*:'); }else{ $(".protocol_code").html('*:'); $(".protocol_name").html('*:');