mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
objects/table: support stayHere and form
This commit is contained in:
parent
574cb91093
commit
dae5fe621e
@ -10,7 +10,8 @@
|
|||||||
<?= $this->table->getPaginator() ?>
|
<?= $this->table->getPaginator() ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content" data-base-target="_next">
|
<div class="content"<?php if (! $this->stayHere): ?> data-base-target="_next"<?php endif ?>>
|
||||||
|
<?= $this->form ?>
|
||||||
<?php if (count($table)): ?>
|
<?php if (count($table)): ?>
|
||||||
<?= $this->table->render() ?>
|
<?= $this->table->render() ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user