mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
objecte/table: do not cope with missing filters
This commit is contained in:
parent
804a30f8d4
commit
b3918b9ab5
@ -4,7 +4,7 @@
|
||||
<span data-base-target="_next">
|
||||
<?= $this->addLink ?>
|
||||
</span>
|
||||
<?php if (count($table) || ! $this->filterEditor->getFilter()->isEmpty()): ?>
|
||||
<?php if (count($table) || ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty())): ?>
|
||||
<?= $this->filterEditor ?>
|
||||
<?php endif ?>
|
||||
<?= $this->table->getPaginator() ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user