icingaweb2/application/views/scripts/config/resource/remove.phtml
2015-02-13 16:10:51 +01:00

11 lines
No EOL
262 B
PHTML

<div class="controls">
<?= $this->tabs->showOnlyCloseButton() ?>
</div>
<div class="content">
<h1 tabindex="-1" id="resource-remove">
<?= $this->translate('Remove Existing Resource'); ?>
</h1>
<div>
<?= $form; ?>
</div>
</div>