mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 09:31:31 -04:00
11 lines
No EOL
262 B
PHTML
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>
|