list/hosts: no more separate filter preview
This commit is contained in:
parent
569851f45b
commit
42e0818fdb
|
@ -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()) ?>
|
||||
|
|
Loading…
Reference in New Issue