#12138 Fix agent main view

This commit is contained in:
miguel angel rasteu 2023-10-03 10:26:57 +02:00
parent 3f41e4f32b
commit 2b416382a4
1 changed files with 7 additions and 0 deletions

View File

@ -546,6 +546,13 @@ html_print_div(
]
);
html_print_div(
[
'class' => 'agent_details_line',
'content' => $agentEvents,
]
);
if (empty($agentAdditionalInfo) === false) {
html_print_div(
[