mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-27 12:00:56 -04:00
13 lines
315 B
PHTML
13 lines
315 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
|
<span data-base-target="_next">
|
|
<?= $this->addLink ?>
|
|
</span><br />
|
|
<?= $this->filterEditor ?><br />
|
|
<?= $this->table->getPaginator() ?>
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
|
<?= $this->table->render() ?>
|
|
</div>
|