4 lines
331 B
PHTML
4 lines
331 B
PHTML
<h4><?= $this->translate('Remove Existing Instance'); ?></h4>
|
|
<p>Are you sure you want to remove the instance <?= $this->escape($name); ?>?</p>
|
|
<p><i class="icinga-icon-warning"></i> 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; ?> |