list/hosts: no more separate filter preview

This commit is contained in:
Thomas Gelf 2014-11-16 00:13:17 +01:00
parent 569851f45b
commit 42e0818fdb
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ if ($this->compact): ?>
<div style="margin: 1em;" class="dontprint">
<?= $this->render('list/components/hostssummary.phtml') ?>
<?= $this->translate('Sort by') ?> <?= $this->sortControl->render($this) ?>
<?php if (! $this->filterEditor): ?>
<?= $this->filterPreview ?>
<?php endif; ?>
</div>
<?= $this->widget('limiter')->setMaxLimit($this->hosts->count()) ?>