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

5 lines
153 B
PHTML

<?php foreach ($svgs as $svg) { ?>
<div style="border:1px dashed black;width:900px;height:520px">
<?= $svg->render() ?>
</div>
<?php } ?>