From a8a96ebd3b4cedfec56ec7fe388b5106fe66e821 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Thu, 5 Jun 2014 12:58:36 +0000 Subject: [PATCH] 2014-06-05 Sergio Martin * operation/search_agents.php: Change the format of the agent interval from seconds to human format for in global search. Ticket #867 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/search_agents.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 13235fa0fb..8ef0133729 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-06-05 Sergio Martin + + * operation/search_agents.php: Change the format of the agent interval + from seconds to human format for in global search. Ticket #867 + 2014-06-05 Alejandro Gallardo * extensions/files_repo/files_repo_get_file.php, diff --git a/pandora_console/operation/search_agents.php b/pandora_console/operation/search_agents.php index 880badc24b..e1b7afafd4 100755 --- a/pandora_console/operation/search_agents.php +++ b/pandora_console/operation/search_agents.php @@ -112,7 +112,7 @@ else { array_push($table->data, array( $cellName, ui_print_os_icon ($agent["id_os"], false, true), - $agent['intervalo'], + human_time_description_raw($agent['intervalo'], false, 'tiny'), ui_print_group_icon ($agent["id_grupo"], true), $modulesCell, $agent_info["status_img"],