develop

Conflicts:
	src/main/resources/messages/message_en.properties
	src/main/resources/messages/message_ru.properties
	src/main/resources/messages/message_zh_CN.properties
	src/main/resources/nis.properties
修复单个appHTTP界面cfgType多余问题
x509校验证书
字符串模板导出问题修复
This commit is contained in:
duandongmei
2018-10-20 13:46:41 +08:00
40 changed files with 1333 additions and 158 deletions

View File

@@ -1264,7 +1264,10 @@ ip_range_in_c=Start IP and end IP in a IP range must with in C subnet
ip_range_bit_field=Start IP and end IP in a IP range has the same network number bit field
ip_range_smaller=Start IP in a IP range should smaller than end IP
alternative_values= Alternative values can be %s
<<<<<<< HEAD
certificate_error=Wrong format of public key file and private key file
public_file_error=Wrong format of public key file
private_file_error=Wrong format of private key file
=======
>>>>>>> branch 'develop' of http://192.168.10.125/k18_web/NFS.git
keyframe_pic_required=No keyframe pictures have been selected.

View File

@@ -537,4 +537,4 @@ cert_file_path=/home/cert/
#证书校验工具名称
cert_validate_file=x509
#证书校验成功的关键信息
cert_validate_success_info=Successful
cert_validate_success_info=Successful

Binary file not shown.

View File

@@ -0,0 +1,7 @@
UPDATE function_service_dict SET region_code='1,2,3' WHERE function_id=63;
UPDATE function_service_dict SET region_code='1,2,3' WHERE function_id=407;
UPDATE function_service_dict SET region_code='1,2,3' WHERE function_id=408;
UPDATE function_region_dict SET is_import=1 WHERE function_id=63 AND config_service_type='app_policy';
UPDATE function_region_dict SET is_import=1 WHERE function_id=407 AND config_service_type='app_policy';
UPDATE function_region_dict SET is_import=1 WHERE function_id=408 AND config_service_type='app_policy';