1、修改HTTP重定向配置列表的权限标识;2、app和ddos配置的国际化参数修改

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-29 16:50:19 +08:00
parent 6220b1bdc9
commit 27520c2cc0
4 changed files with 9 additions and 9 deletions

View File

@@ -590,8 +590,8 @@ fileTransfer_control=\u6587\u4EF6\u4F20\u8F93\u914D\u7F6E
mail_hdr=\u90AE\u4EF6\u5934\u57DF\u914D\u7F6E mail_hdr=\u90AE\u4EF6\u5934\u57DF\u914D\u7F6E
mail_body=\u90AE\u4EF6\u5185\u5BB9\u914D\u7F6E mail_body=\u90AE\u4EF6\u5185\u5BB9\u914D\u7F6E
mail_file_digest=\u90AE\u4EF6\u6587\u4EF6\u6458\u8981\u914D\u7F6E mail_file_digest=\u90AE\u4EF6\u6587\u4EF6\u6458\u8981\u914D\u7F6E
ftp_url=ftp\u5730\u5740\u914D\u7F6E ftp_url=FTP\u94FE\u63A5
ftp_content=ftp\u5185\u5BB9\u914D\u7F6E ftp_content=FTP\u5185\u5BB9
mail_ip=\u90AE\u4EF6IP\u914D\u7F6E mail_ip=\u90AE\u4EF6IP\u914D\u7F6E
ftp_ip=FTP IP\u914D\u7F6E ftp_ip=FTP IP\u914D\u7F6E
dns_ip=DNS IP\u914D\u7F6E dns_ip=DNS IP\u914D\u7F6E
@@ -681,8 +681,6 @@ cname=\u522B\u540D
dns_query=\u8BF7\u6C42 dns_query=\u8BF7\u6C42
dns_response=\u5E94\u7B54 dns_response=\u5E94\u7B54
entrance=\u51FA\u5165\u53E3 entrance=\u51FA\u5165\u53E3
ftp_url=FTP\u94FE\u63A5
ftp_content=FTP\u5185\u5BB9
#dns_sub=DNS_SUB #dns_sub=DNS_SUB
mail_proto=\u90AE\u4EF6\u534F\u8BAE mail_proto=\u90AE\u4EF6\u534F\u8BAE
mail_from=\u53D1\u4EF6\u4EBA mail_from=\u53D1\u4EF6\u4EBA
@@ -723,7 +721,7 @@ ir_type=\u590D\u7528\u7C7B\u578B
#=============about app config=========== #=============about app config===========
domain=\u57DF\u540D domain=\u57DF\u540D
app_ip_config=APP\u534F\u8BAEip\u914D\u7F6E app_ip_config=APP\u534F\u8BAEip\u914D\u7F6E
bytes=\u5B57\u8282
app_http_config=APP HTTP\u7279\u5F81\u914D\u7F6E app_http_config=APP HTTP\u7279\u5F81\u914D\u7F6E
app_domain_config=APP\u57DF\u540D\u7279\u5F81\u914D\u7F6E app_domain_config=APP\u57DF\u540D\u7279\u5F81\u914D\u7F6E
app_byte_config=APP\u5B57\u8282\u7279\u5F81\u914D\u7F6E app_byte_config=APP\u5B57\u8282\u7279\u5F81\u914D\u7F6E

View File

@@ -98,6 +98,7 @@
<div class="input-group-btn"> <div class="input-group-btn">
<form:select path="seltype" class="selectpicker select2 input-small" > <form:select path="seltype" class="selectpicker select2 input-small" >
<form:option value="destIpAddress"><spring:message code="server_ip"></spring:message></form:option>
<form:option value="destPort"><spring:message code="server_port"></spring:message></form:option> <form:option value="destPort"><spring:message code="server_port"></spring:message></form:option>
<form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option> <form:option value="cfgDesc"><spring:message code="config_describe"></spring:message></form:option>
</form:select> </form:select>

View File

@@ -68,6 +68,7 @@
</div> </div>
<h3 class="page-title"> <h3 class="page-title">
<spring:message code="target_ip_protect"></spring:message>
<small><spring:message code="date_list"/></small> <small><spring:message code="date_list"/></small>
</h3> </h3>
<h5 class="page-header"></h5> <h5 class="page-header"></h5>

View File

@@ -229,7 +229,7 @@
</div> --%> </div> --%>
<div class="theme-panel hidden-xs hidden-sm"> <div class="theme-panel hidden-xs hidden-sm">
<shiro:hasPermission name="website:http:config"> <shiro:hasPermission name="control:httpRedirect:config">
<button type="button" class="btn btn-primary" <button type="button" class="btn btn-primary"
onClick="javascript:window.location='${ctx}/proxy/control/httpRedirect/form?functionId=${cfg.functionId}'"> onClick="javascript:window.location='${ctx}/proxy/control/httpRedirect/form?functionId=${cfg.functionId}'">
<i class="fa fa-plus"></i> <i class="fa fa-plus"></i>
@@ -251,7 +251,7 @@
</div> </div>
<h3 class="page-title"> <h3 class="page-title">
<spring:message code="http_redirect_control"></spring:message> <spring:message code="http_redirect"></spring:message>
<small><spring:message code="date_list"/></small> <small><spring:message code="date_list"/></small>
</h3> </h3>
<h5 class="page-header"></h5> <h5 class="page-header"></h5>
@@ -307,11 +307,11 @@
<button type="button" class="btn btn-default" id="filter-btn"> <spring:message code="filter"/> <i class="fa fa-angle-double-down"></i></button> <button type="button" class="btn btn-default" id="filter-btn"> <spring:message code="filter"/> <i class="fa fa-angle-double-down"></i></button>
</div> </div>
<div class="pull-right"> <div class="pull-right">
<shiro:hasPermission name="website:http:config"> <shiro:hasPermission name="control:httpRedirect:config">
<sys:delRow url="${ctx}/proxy/control/httpRedirect/form" id="contentTable" label="update"></sys:delRow> <sys:delRow url="${ctx}/proxy/control/httpRedirect/form" id="contentTable" label="update"></sys:delRow>
<sys:delRow url="${ctx}/proxy/control/httpRedirect/delete?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow> <sys:delRow url="${ctx}/proxy/control/httpRedirect/delete?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow>
</shiro:hasPermission> </shiro:hasPermission>
<shiro:hasPermission name="website:http:audit"> <shiro:hasPermission name="control:httpRedirect:audit">
<div class="btn-group"> <div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-wrench"></i> <spring:message code="examine"></spring:message> <i class="fa fa-wrench"></i> <spring:message code="examine"></spring:message>