monitoring: Remove h3 form host/show

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 10:37:06 +02:00
parent 274910a611
commit 895d340562
1 changed files with 5 additions and 7 deletions

View File

@ -5,13 +5,11 @@
<?= $this->tabs; ?>
<?php endif ?>
<?= $this->render('partials/object/host-header.phtml') ?>
<h3 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>>
<?php
$this->stats = $object->stats;
$this->baseFilter = Filter::where('host', $object->host_name);
echo $this->render('list/components/servicesummary.phtml');
?>
</h3>
<?php
$this->stats = $object->stats;
$this->baseFilter = Filter::where('host', $object->host_name);
echo $this->render('list/components/servicesummary.phtml');
?>
</div>
<?= $this->render('partials/object/detail-content.phtml') ?>