(1)实时报表国际化
(2)恢复报表遮罩层
This commit is contained in:
@@ -163,6 +163,7 @@ ssl_certificate_monitor=SSL Cert Monit
|
||||
response_header_control=Response Header Control
|
||||
ip_website_text_control=IP+Website Keyowrd Control
|
||||
request_task=Request And Task
|
||||
realtime_report=Realtime Report
|
||||
#==========menu end=====================
|
||||
|
||||
#==========yewu zidian begin=====================
|
||||
@@ -940,4 +941,15 @@ ddos_ip_drop=DDOS IP
|
||||
ip_reuse_adress_pool_loop=IP reuse address pool
|
||||
app_strategy_monit=APP strategy monitoring
|
||||
app_strategy_drop=APP strategy drop
|
||||
#=============multipart upload error info=================
|
||||
#=============multipart upload error info=================
|
||||
#=============about report===================
|
||||
hour_of_day_report=Daily report
|
||||
day_of_month_report=Monthly report
|
||||
month_report=Month report
|
||||
label_report=Label report
|
||||
attr_type_report=Attribute report
|
||||
lwhh_report=Request info report
|
||||
src_ip_report=Domestic source IP report
|
||||
dest_ip_report=Destination country IP report
|
||||
isp_report=ISP report
|
||||
#=============about report===================
|
||||
@@ -162,7 +162,8 @@ ssl_certificate_control=SSL certificate control
|
||||
ssl_certificate_monitor=SSL certificate monitor
|
||||
response_header_control=response header control
|
||||
ip_website_text_control=ip website text control
|
||||
request_task=request and task
|
||||
request_task=Request And Task
|
||||
realtime_report=Realtime Report
|
||||
#============menu end======================
|
||||
|
||||
#============yewu begin======================
|
||||
@@ -824,3 +825,14 @@ ip_reuse_adress_pool_loop=IP reuse address pool
|
||||
app_strategy_monit=APP strategy monitoring
|
||||
app_strategy_drop=APP strategy drop
|
||||
#=============function_service_dict==>service_name=================
|
||||
#=============about report===================
|
||||
hour_of_day_report=daily report
|
||||
day_of_month_report=monthly report
|
||||
month_report=month report
|
||||
label_report=label report
|
||||
attr_type_report=attribute report
|
||||
lwhh_report=request info report
|
||||
src_ip_report=domestic source IP report
|
||||
dest_ip_report=destination country IP report
|
||||
isp_report=isp report
|
||||
#=============about report===================
|
||||
@@ -163,6 +163,7 @@ ssl_certificate_monitor=SSL\u8BC1\u4E66\u76D1\u6D4B
|
||||
response_header_control=\u5E94\u7B54\u5934\u57DF\u7BA1\u63A7
|
||||
ip_website_text_control=IP+\u7F51\u9875\u5173\u952E\u5B57\u7BA1\u63A7
|
||||
request_task=\u6765\u51FD\u4E13\u9879
|
||||
realtime_report=\u5B9E\u65F6\u62A5\u8868
|
||||
#==========menu end=====================
|
||||
|
||||
#==========yewu zidian begin=====================
|
||||
@@ -1026,3 +1027,14 @@ ip_reuse_adress_pool_loop=IP\u590D\u7528\u5730\u5740\u6C60\u914D\u7F6E
|
||||
app_strategy_monit=APP\u7B56\u7565\u76D1\u6D4B
|
||||
app_strategy_drop=APP\u7B56\u7565\u4E22\u5F03
|
||||
#=============function_service_dict==>service_name=================
|
||||
#=============about report===================
|
||||
hour_of_day_report=\u5C0F\u65F6\u62A5
|
||||
day_of_month_report=\u5F53\u6708\u65E5\u62A5
|
||||
month_report=\u6708\u62A5
|
||||
label_report=\u6807\u7B7E\u62A5\u8868
|
||||
attr_type_report=\u6027\u8D28\u62A5\u8868
|
||||
lwhh_report=\u6765\u6587\u51FD\u53F7\u62A5\u8868
|
||||
src_ip_report=\u5883\u5185\u6E90IP\u62A5\u8868
|
||||
dest_ip_report=\u76EE\u7684\u56FD\u5BB6IP\u62A5\u8868
|
||||
isp_report=\u8FD0\u8425\u5546\u5C40\u70B9\u62A5\u8868
|
||||
#=============about report===================
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
|
||||
var ajaxReport=function(url,target){
|
||||
//loading('<spring:message code="onloading"/>');
|
||||
loading('<spring:message code="onloading"/>');
|
||||
$.ajax({
|
||||
type:'post',
|
||||
async:false,
|
||||
@@ -119,7 +119,7 @@ var ajaxReport=function(url,target){
|
||||
dataType:"html",
|
||||
success:function(data){
|
||||
$(target).html(data);//#label
|
||||
//closeTip();
|
||||
closeTip();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user