monitoring: Remove h2 from hosts/show

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 10:43:14 +02:00
parent 895d340562
commit 9ac1e78f5c
1 changed files with 2 additions and 5 deletions

View File

@ -3,11 +3,8 @@
<?= $tabs; ?>
<?php endif ?>
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>
<?= $this->render('list/components/hostssummary.phtml') ?>
</h2>
<?= $this->render('list/components/hostssummary.phtml') ?>
<?= $this->render('partials/host/objects-header.phtml'); ?>
</div>
<div class="content multi-commands">
@ -234,4 +231,4 @@
<?php endif ?>
<?php endif ?>
</div>
</div>