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

9 lines
179 B
PHTML

<?php if (! $this->compact) { ?>
<div class="svg-container-responsive">
<?= $chart->render(); ?>
</div>
<?php } else { ?>
<?= $chart->render(); ?>
<?php } ?>