@@ -406,7 +406,10 @@ function showActionTransChart(xData,series){
|
|||||||
return prev + curr;
|
return prev + curr;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//配置趋势图需特殊提示,所以从公共js文件中拿出无数据提示方法到本文件中
|
//配置趋势图需特殊提示,所以从公共js文件中拿出无数据提示方法到本文件中
|
||||||
|
var log_data=$.validator.messages.log_no_data;
|
||||||
(function(d) {
|
(function(d) {
|
||||||
"object" === typeof module && module.exports ? module.exports = d: d(Highcharts)
|
"object" === typeof module && module.exports ? module.exports = d: d(Highcharts)
|
||||||
})(function(d) { (function(c) {
|
})(function(d) { (function(c) {
|
||||||
@@ -416,8 +419,7 @@ function showActionTransChart(xData,series){
|
|||||||
g = c.extend,
|
g = c.extend,
|
||||||
h = c.each;
|
h = c.each;
|
||||||
g(f.lang, {
|
g(f.lang, {
|
||||||
noData: "No data display within a specified time range"
|
noData: log_data
|
||||||
//noData: "There is no data this hour."
|
|
||||||
});
|
});
|
||||||
f.noData = {
|
f.noData = {
|
||||||
position: {
|
position: {
|
||||||
|
|||||||
@@ -89,6 +89,7 @@
|
|||||||
arbitrary:"Arbitrarily",
|
arbitrary:"Arbitrarily",
|
||||||
log_trend:"Log Trend",
|
log_trend:"Log Trend",
|
||||||
info:"Prompt",
|
info:"Prompt",
|
||||||
protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!"
|
protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!",
|
||||||
|
log_no_data:"This hour no data"
|
||||||
});
|
});
|
||||||
}(jQuery));
|
}(jQuery));
|
||||||
|
|||||||
@@ -89,6 +89,7 @@
|
|||||||
arbitrary:"Любой",
|
arbitrary:"Любой",
|
||||||
log_trend:"Журнал Тенденция",
|
log_trend:"Журнал Тенденция",
|
||||||
info:"Инфо",
|
info:"Инфо",
|
||||||
protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!"
|
protect_warn:"Policy with relax precondition may consume too much resources.Use with cautions!",
|
||||||
|
log_no_data:"Нет данных за этот час"
|
||||||
});
|
});
|
||||||
}(jQuery));
|
}(jQuery));
|
||||||
|
|||||||
@@ -89,6 +89,7 @@
|
|||||||
arbitrary:"任意",
|
arbitrary:"任意",
|
||||||
log_trend:"日志趋势",
|
log_trend:"日志趋势",
|
||||||
info:"提示",
|
info:"提示",
|
||||||
protect_warn:"该策略执行条件过于宽泛,会消耗较多的计算资源。慎用!"
|
protect_warn:"该策略执行条件过于宽泛,会消耗较多的计算资源。慎用!",
|
||||||
|
log_no_data:"本小时无数据"
|
||||||
});
|
});
|
||||||
}(jQuery));
|
}(jQuery));
|
||||||
|
|||||||
Reference in New Issue
Block a user