mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
objects/table: render filter editor even if empty
This commit is contained in:
parent
1a21d2cc13
commit
52fd0a60b3
@ -6,7 +6,7 @@
|
|||||||
<span data-base-target="_next">
|
<span data-base-target="_next">
|
||||||
<?= $this->addLink ?>
|
<?= $this->addLink ?>
|
||||||
</span>
|
</span>
|
||||||
<?php if ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty()): ?>
|
<?php if ($this->filterEditor): ?>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->table->getPaginator() ?>
|
<?= $this->table->getPaginator() ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user