icingaweb2/modules/monitoring/application/views/scripts/tactical/index.phtml

8 lines
318 B
PHTML
Raw Normal View History

<div class="content">
2014-03-06 11:33:33 +01:00
<div class="boxview" data-base-target="col2">
<?= $this->render('tactical/components/statussummary.phtml'); ?>
<?= $this->render('tactical/components/hostservicechecks.phtml'); ?>
<?= $this->render('tactical/components/monitoringfeatures.phtml'); ?>
</div>
</div>