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

13 lines
256 B
PHTML

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