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">
|
2014-03-07 08:59:20 +01:00
|
|
|
<?= $this->render('tactical/components/problem_hosts.phtml'); ?>
|
|
|
|
<?= $this->render('tactical/components/ok_hosts.phtml'); ?>
|
2014-03-07 16:43:22 +01:00
|
|
|
<br />
|
2014-03-04 09:39:00 +01:00
|
|
|
<?= $this->render('tactical/components/hostservicechecks.phtml'); ?>
|
|
|
|
<?= $this->render('tactical/components/monitoringfeatures.phtml'); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|