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

13 lines
234 B
PHTML

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