mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 01:41:34 -05:00
7 lines
395 B
PHTML
7 lines
395 B
PHTML
<div class="controls">
|
|
<?= $tabs->showOnlyCloseButton() ?>
|
|
</div>
|
|
<h4><?= $this->translate('Remove Existing Instance'); ?></h4>
|
|
<p><?= $this->translate('Are you sure you want to remove this instance?'); ?></p>
|
|
<p><?= $this->translate('If you have still any environments or views referring to this instance, you won\'t be able to send commands anymore after deletion.'); ?></p>
|
|
<?= $form; ?>
|