Revert "Fixed name of agents in report Agents/Modules. Gitlab: #553"

This reverts commit b333e79ea8.
This commit is contained in:
m-lopez-f 2017-03-21 16:53:03 +01:00
parent b333e79ea8
commit 34ecf27ac4
1 changed files with 1 additions and 1 deletions

View File

@ -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 .= "<td style='background-color: " . $rowcolor . ";'>" .
$file_name . "</td>";