mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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.
|
// 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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user