mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
config/files: do not fail without filterEditor
This commit is contained in:
parent
c4bf4cb57d
commit
5cbcf48480
@ -4,7 +4,7 @@
|
|||||||
<span class="action-links" data-base-target="_next">
|
<span class="action-links" data-base-target="_next">
|
||||||
<?= $this->addLink ?>
|
<?= $this->addLink ?>
|
||||||
</span>
|
</span>
|
||||||
<?php if (count($table) || ! $this->filterEditor->getFilter()->isEmpty()): ?>
|
<?php if (count($table) || ($this->filterEditor && ! $this->filterEditor->getFilter()->isEmpty())): ?>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->table->getPaginator() ?>
|
<?= $this->table->getPaginator() ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user