mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-10 06:13:22 -05:00
5 lines
No EOL
153 B
PHTML
5 lines
No EOL
153 B
PHTML
<?php foreach ($svgs as $svg) { ?>
|
|
<div style="border:1px dashed black;width:900px;height:520px">
|
|
<?= $svg->render() ?>
|
|
</div>
|
|
<?php } ?> |