1<?php use Icinga\Data\Filter\Filter; ?>
2<div class="controls controls-separated">
3<?php if (! $this->compact): ?>
4    <?= $this->tabs ?>
5<?php endif ?>
6    <?= $this->render('partials/object/host-header.phtml') ?>
7<?php
8    $this->stats = $object->stats;
9    $this->baseFilter = Filter::where('host', $object->host_name);
10    echo $this->render('list/components/servicesummary.phtml');
11?>
12    <?= $this->render('partials/object/quick-actions.phtml') ?>
13</div>
14<?= $this->render('partials/object/detail-content.phtml') ?>
15