2012-10-30 Vanessa Gil <vanessa.gil@artica.es>

* include/functions_reporting.php: Changed agent 
	configuration report header.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7115 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2012-10-30 14:14:43 +00:00
parent 5fc6415a31
commit 8aefac438f
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2012-10-30 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_reporting.php: Changed agent
configuration report header.
2012-10-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php

View File

@ -4538,16 +4538,16 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
unset($data);
//Agent's modules
$data[0] = '';
$data[1] = '<b>'.agents_get_name ($content['id_agent'], 'upper').__(' MODULES').'</b>';
$table->colspan[3][1] = 10;
array_push ($table->data, $data);
unset($data);
if ($modules == null) {
$modules = array();
} else {
$data[0] = '';
$data[1] = '<b>'.agents_get_name ($content['id_agent'], 'upper').__(' MODULES').'</b>';
$table->colspan[3][1] = 10;
array_push ($table->data, $data);
unset($data);
$data[0] = '';
$data[1] = '<b>'.__('Name').'</b>';
$data[2] = '<b>'.__('Type').'</b>';