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

15 lines
509 B
PHTML
Raw Normal View History

2014-03-07 13:15:26 +01:00
<?php if (!$this->compact): ?>
<div class="controls">
<?= $this->tabs ?>
</div>
<?php endif ?>
<div class="content tactical">
2014-03-06 11:33:33 +01:00
<div class="boxview" data-base-target="col2">
<?= $this->render('tactical/components/problem_hosts.phtml'); ?>
<?= $this->render('tactical/components/ok_hosts.phtml'); ?>
<br />
<?= $this->render('tactical/components/hostservicechecks.phtml'); ?>
<?= $this->render('tactical/components/monitoringfeatures.phtml'); ?>
</div>
</div>