monitoring: Remove h2 from objects-command-form

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 10:44:30 +02:00
parent b4e5443b24
commit 4b8bab5e8e
1 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,3 @@
<?php use Icinga\Data\Filter\Filter; ?>
<div class="controls">
<?php if (! $this->compact): ?>
@ -7,14 +5,10 @@
<?php endif ?>
<?php if (isset($serviceStates)): ?>
<h2 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>
<?= $this->render('list/components/servicesummary.phtml'); ?>
</h2>
<?= $this->render('partials/service/objects-header.phtml'); ?>
<?php else: ?>
<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'); ?>
<?php endif ?>
</div>