mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added name of agent in serialize data. TICKET: #2585
This commit is contained in:
parent
80e14d22cb
commit
8b63a9b811
@ -5379,7 +5379,8 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
||||
$item_title = __('Serialize data');
|
||||
}
|
||||
reporting_header_content($mini, $content, $report, $table, $item_title,
|
||||
ui_print_truncate_text($module_name, 'module_medium', false));
|
||||
ui_print_truncate_text($agent_name, 'agent_medium', false) .
|
||||
' <br> ' . ui_print_truncate_text($module_name, 'module_medium', false));
|
||||
|
||||
// Put description at the end of the module (if exists)
|
||||
$next_row = 1;
|
||||
|
@ -5052,7 +5052,8 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
||||
$item_title = __('Serialize data');
|
||||
}
|
||||
reporting_header_content($mini, $content, $report, $table, $item_title,
|
||||
ui_print_truncate_text($module_name, 'module_medium', false));
|
||||
ui_print_truncate_text($agent_name, 'agent_medium', false) .
|
||||
' <br> ' . ui_print_truncate_text($module_name, 'module_medium', false));
|
||||
|
||||
// Put description at the end of the module (if exists)
|
||||
$next_row = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user