icingaweb2/modules/monitoring/application/views/scripts/chart/hostgroup.phtml

7 lines
120 B
PHTML

<div style="width:<?= $this->width; ?>px;height:<?= $this->height; ?>px;margin:auto;">
<?=
$chart->render();
?>
</div>