mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-11 14:53:11 -05:00
8 lines
179 B
PHTML
8 lines
179 B
PHTML
|
|
<?php if (! $this->compact) { ?>
|
|
<div class="svg-container-responsive">
|
|
<?= $chart->render(); ?>
|
|
</div>
|
|
<?php } else { ?>
|
|
<?= $chart->render(); ?>
|
|
<?php } ?>
|