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

10 lines
235 B
PHTML
Raw Normal View History

2013-10-22 12:08:44 +02:00
<?php if (! $this->compact) { ?>
<div class="svg-container-responsive">
<?= $chart->render(); ?>
<?= isset($chart2) ? $chart2->render() : ''; ?>
</div>
<?php } else { ?>
<?= $chart->render(); ?>
<?php } ?>