1.添加了部分菜单的中英文国际化
2.业务配置的流媒体审核异常已解决
This commit is contained in:
@@ -125,9 +125,11 @@ public class AvContentCfgService extends BaseService{
|
|||||||
List<NtcSubscribeIdCfg> ntcSubscribeList=getSubscribeIdCfgList(cfg);
|
List<NtcSubscribeIdCfg> ntcSubscribeList=getSubscribeIdCfgList(cfg);
|
||||||
List<IpPortCfg> ipPortList = avContentCfgDao.getIpPortList(cfg);
|
List<IpPortCfg> ipPortList = avContentCfgDao.getIpPortList(cfg);
|
||||||
List<AvVoipAccountCfg> voipAccounts=getVoipAccountCfgList(cfg);
|
List<AvVoipAccountCfg> voipAccounts=getVoipAccountCfgList(cfg);
|
||||||
|
List<AvContUrlCfg> avContUrlCfgList=avContentCfgDao.getAvContUrlList(cfg);
|
||||||
cfg.setNtcSubscribeIdCfgList(ntcSubscribeList);
|
cfg.setNtcSubscribeIdCfgList(ntcSubscribeList);
|
||||||
cfg.setVoipAccounts(voipAccounts);
|
cfg.setVoipAccounts(voipAccounts);
|
||||||
cfg.setIpPortList(ipPortList);
|
cfg.setIpPortList(ipPortList);
|
||||||
|
cfg.setAvContUrlCfgList(avContUrlCfgList);
|
||||||
return cfg;
|
return cfg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1515,4 +1515,13 @@ src_ip_pattern=Client IP Pattern
|
|||||||
dest_ip_pattern=Server IP Pattern
|
dest_ip_pattern=Server IP Pattern
|
||||||
src_port_pattern=Client Port Pattern
|
src_port_pattern=Client Port Pattern
|
||||||
dest_port_pattern=Server Port Pattern
|
dest_port_pattern=Server Port Pattern
|
||||||
range_cross=Found intersections between Server IP address and Client IP address
|
range_cross=Found intersections between Server IP address and Client IP address
|
||||||
|
url_group_configuration=URL Group Configuration
|
||||||
|
dns_keyword_group_configuration=DNS Keyword Group Configuration
|
||||||
|
app_ip_correlation=APP IP Correlation
|
||||||
|
ip_group=IP Group
|
||||||
|
common_ip_config=Common IP Config
|
||||||
|
common_group=Common Group
|
||||||
|
dns_keyword_group_manage=DNS Keyword Group Manage
|
||||||
|
old_asn_group_manage=ASN Group
|
||||||
|
url_group_manage=URL Group Manage
|
||||||
|
|||||||
@@ -1514,4 +1514,14 @@ src_ip_pattern=\u6E90IP\u683C\u5F0F
|
|||||||
dest_ip_pattern=\u76EE\u7684IP\u683C\u5F0F
|
dest_ip_pattern=\u76EE\u7684IP\u683C\u5F0F
|
||||||
src_port_pattern=\u6E90\u7AEF\u53E3\u683C\u5F0F
|
src_port_pattern=\u6E90\u7AEF\u53E3\u683C\u5F0F
|
||||||
dest_port_pattern=\u76EE\u7684\u7AEF\u53E3\u683C\u5F0F
|
dest_port_pattern=\u76EE\u7684\u7AEF\u53E3\u683C\u5F0F
|
||||||
range_cross=\u6E90IP\u4E0E\u76EE\u7684IP\u8303\u56F4\u6709\u4EA4\u53C9
|
range_cross=\u6E90IP\u4E0E\u76EE\u7684IP\u8303\u56F4\u6709\u4EA4\u53C9
|
||||||
|
url_group_configuration=URL\u5206\u7ec4\u914d\u7f6e
|
||||||
|
dns_keyword_group_configuration=DNS\u5173\u952e\u5b57\u5206\u7ec4\u914d\u7f6e
|
||||||
|
app_ip_correlation=APP\u5173\u8054\u7279\u5f81IP\u914d\u7f6e
|
||||||
|
ip_group=IP\u5206\u7ec4
|
||||||
|
common_ip_config=IP\u5206\u7ec4\u914d\u7f6e
|
||||||
|
common_group=\u5206\u7ec4\u7ba1\u7406
|
||||||
|
dns_keyword_group_manage=DNS\u5173\u952e\u5b57\u5206\u7ec4\u7ba1\u7406
|
||||||
|
old_asn_group_manage=ASN\u7ec4
|
||||||
|
url_group_manage=URL\u5206\u7ec4\u7ba1\u7406\u000d\u000a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user