2015-09-04 13:02:57 +02:00
|
|
|
<?php use Icinga\Data\Filter\Filter; ?>
|
|
|
|
|
2015-06-03 14:53:56 +02:00
|
|
|
<div class="controls separated">
|
2015-10-01 22:53:42 +02:00
|
|
|
<?php if (! $this->compact): ?>
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
<?php endif ?>
|
2015-09-25 11:28:08 +02:00
|
|
|
<?= $this->render('partials/object/host-header.phtml') ?>
|
2015-09-30 10:37:06 +02:00
|
|
|
<?php
|
|
|
|
$this->stats = $object->stats;
|
|
|
|
$this->baseFilter = Filter::where('host', $object->host_name);
|
|
|
|
echo $this->render('list/components/servicesummary.phtml');
|
|
|
|
?>
|
2014-09-17 09:46:42 +02:00
|
|
|
</div>
|
|
|
|
|
2015-09-24 16:10:56 +02:00
|
|
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|