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