Visual Console Refactor: bugfix
Former-commit-id: a46113397b3eb94e09fefd3a94da8a75c8b47574
This commit is contained in:
parent
1a705c169b
commit
513fcaf107
|
@ -103,8 +103,7 @@ final class EventsHistory extends Item
|
|||
}
|
||||
|
||||
// Use the same HTML output as the old VC.
|
||||
$html = '<div style="width:500px;">';
|
||||
$html .= \graph_graphic_moduleevents(
|
||||
$html = \graph_graphic_moduleevents(
|
||||
$agentId,
|
||||
$moduleId,
|
||||
(int) $data['width'],
|
||||
|
@ -113,7 +112,6 @@ final class EventsHistory extends Item
|
|||
'',
|
||||
true
|
||||
);
|
||||
$html .= '</div>';
|
||||
|
||||
$data['html'] = $html;
|
||||
|
||||
|
|
Loading…
Reference in New Issue