icingaweb2-module-director/application/views/scripts/object/fields.phtml

10 lines
172 B
PHTML

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>
<div class="content">
<?= $this->form ?>
<?= $this->table->render() ?>
</div>