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

9 lines
388 B
PHTML
Raw Normal View History

<div class="content">
<div class="summary" data-base-target="col2">
<?= $this->render('tactical/components/hostsonline.phtml'); ?>
<?= $this->render('tactical/components/hostsoffline.phtml'); ?>
<?= $this->render('tactical/components/hostservicechecks.phtml'); ?>
<?= $this->render('tactical/components/monitoringfeatures.phtml'); ?>
</div>
</div>