Revert "Fixed name of agents in report Agents/Modules. Gitlab: #553"
This reverts commit b333e79ea8
.
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…
Reference in New Issue