mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
12 lines
247 B
PHTML
12 lines
247 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->escape($this->title) ?></h1>
|
|
<span class="action-links" data-base-target="_next">
|
|
<?= $this->addLink ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<?= $this->form ?>
|
|
<?= $this->table->render() ?>
|
|
</div>
|