diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 52fd213915..fa96b10c7f 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -1361,7 +1361,7 @@ function reporting_html_agent_module($table, $item) { break; } - $file_name = ui_print_truncate_text($row['agent_alias'], 'agent_small', + $file_name = ui_print_truncate_text($row['agent_name'], 'agent_small', false, true, false, '...'); $table_data .= "" . $file_name . "";