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('*:');