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

7 lines
128 B
PHTML

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