icingaweb2/application/views/scripts/config/resource/modify.phtml

11 lines
258 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs->showOnlyCloseButton() ?>
</div>
<div class="content">
2015-02-13 16:10:51 +01:00
<h1 tabindex="-1" id="resource-edit">
<?= $this->translate('Edit Existing Resource'); ?>
</h1>
<div>
<?= $form; ?>
</div>
</div>