monitoring: Quick fix host/services partial

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 17:07:40 +02:00
parent 7704c9578c
commit 9277113a35
1 changed files with 2 additions and 4 deletions

View File

@ -4,14 +4,12 @@
<?php if (! $this->compact): ?>
<?= $this->tabs; ?>
<?php endif ?>
<?= $this->render('partials/host/object-header.phtml') ?>
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>
<?= $this->render('partials/object/host-header.phtml') ?>
<?php
$this->baseFilter = Filter::where('host', $object->host_name);
$this->stats = $object->stats;
echo $this->render('list/components/servicesummary.phtml');
?>
</h2>
</div>
<?= $this->partial(
'list/services.phtml',
@ -22,4 +20,4 @@
'services' => $services,
'addColumns' => array()
)
); ?>
); ?>