mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Revert "Fixed name of agents in report Agents/Modules. Gitlab: #553"
This reverts commit b333e79ea8fa208b4d23dca0098fab8126d8b806.
This commit is contained in:
parent
b333e79ea8
commit
34ecf27ac4
@ -1361,7 +1361,7 @@ function reporting_html_agent_module($table, $item) {
|
|||||||
break;
|
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, '...');
|
false, true, false, '...');
|
||||||
$table_data .= "<td style='background-color: " . $rowcolor . ";'>" .
|
$table_data .= "<td style='background-color: " . $rowcolor . ";'>" .
|
||||||
$file_name . "</td>";
|
$file_name . "</td>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user