From 34ecf27ac450d9b7d47daedc03e3fc967c0762a4 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 21 Mar 2017 16:53:03 +0100 Subject: [PATCH] Revert "Fixed name of agents in report Agents/Modules. Gitlab: #553" This reverts commit b333e79ea8fa208b4d23dca0098fab8126d8b806. --- pandora_console/include/functions_reporting_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index fa96b10c7f..52fd213915 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_name'], 'agent_small', + $file_name = ui_print_truncate_text($row['agent_alias'], 'agent_small', false, true, false, '...'); $table_data .= "" . $file_name . "";