Remove "updated in real time" message because is confused, really it must refer if data source is db or cache #4093

This commit is contained in:
enriquecd 2016-11-02 17:20:17 +01:00
parent 9523557145
commit f4a1358a61
4 changed files with 8 additions and 4 deletions

View File

@ -55,7 +55,8 @@ function mainAgentsAlerts() {
$updated_info = __('Last update'). " : ". ui_print_timestamp (db_get_sql ("SELECT min(utimestamp) FROM tgroup_stat"), true);
}
else {
$updated_info = __("Updated at realtime");
// $updated_info = __("Updated at realtime");
$updated_info = "";
}
$updated_time = $updated_info;

View File

@ -56,7 +56,8 @@ function mainAgentsModules() {
$updated_info = __('Last update'). " : ". ui_print_timestamp (db_get_sql ("SELECT min(utimestamp) FROM tgroup_stat"), true);
}
else {
$updated_info = __("Updated at realtime");
// $updated_info = __("Updated at realtime");
$updated_info = "";
}
$updated_time = $updated_info;

View File

@ -62,7 +62,8 @@ if ($config["realtimestats"] == 0) {
$updated_time .= "</a>";
}
else {
$updated_time = __("Updated at realtime");
// $updated_info = __("Updated at realtime");
$updated_info = "";
}
// Header

View File

@ -47,7 +47,8 @@ if ($config["realtimestats"] == 0) {
$updated_time .= "</a>";
}
else {
$updated_time = __("Updated at realtime");
// $updated_info = __("Updated at realtime");
$updated_info = "";
}
// Header