2014-06-05 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2014-06-05 12:58:36 +00:00
parent 6b62d3355f
commit bf63aa42c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-05 Sergio Martin <sergio.martin@artica.es>
* 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 <alejandro.gallardo@artica.es> 2014-06-05 Alejandro Gallardo <alejandro.gallardo@artica.es>
* extensions/files_repo/files_repo_get_file.php, * extensions/files_repo/files_repo_get_file.php,

View File

@ -112,7 +112,7 @@ else {
array_push($table->data, array( array_push($table->data, array(
$cellName, $cellName,
ui_print_os_icon ($agent["id_os"], false, true), 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), ui_print_group_icon ($agent["id_grupo"], true),
$modulesCell, $modulesCell,
$agent_info["status_img"], $agent_info["status_img"],