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

7 lines
120 B
PHTML
Raw Normal View History

2013-10-22 12:08:44 +02:00
<div style="width:<?= $this->width; ?>px;height:<?= $this->height; ?>px;margin:auto;">
<?=
$chart->render();
?>
</div>