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:
parent
5fc6415a31
commit
8aefac438f
|
@ -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
|
||||
|
|
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue