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

This commit is contained in:
m-lopez-f 2017-03-21 16:50:27 +01:00
parent 6731eb7da4
commit b333e79ea8
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_alias'], 'agent_small',
$file_name = ui_print_truncate_text($row['agent_name'], 'agent_small',
false, true, false, '...');
$table_data .= "<td style='background-color: " . $rowcolor . ";'>" .
$file_name . "</td>";