Visual Console Refactor: bugfix

Former-commit-id: a46113397b3eb94e09fefd3a94da8a75c8b47574
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-17 12:52:29 +02:00
parent 1a705c169b
commit 513fcaf107

View File

@ -103,8 +103,7 @@ final class EventsHistory extends Item
} }
// Use the same HTML output as the old VC. // Use the same HTML output as the old VC.
$html = '<div style="width:500px;">'; $html = \graph_graphic_moduleevents(
$html .= \graph_graphic_moduleevents(
$agentId, $agentId,
$moduleId, $moduleId,
(int) $data['width'], (int) $data['width'],
@ -113,7 +112,6 @@ final class EventsHistory extends Item
'', '',
true true
); );
$html .= '</div>';
$data['html'] = $html; $data['html'] = $html;