mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed name of agents in report Agents/Modules. Gitlab: #553
This commit is contained in:
parent
6731eb7da4
commit
b333e79ea8
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user