mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-28 17:49:14 -04:00
13 lines
359 B
PHTML
13 lines
359 B
PHTML
<?= $this->tabs->render($this); ?>
|
|
<h4>Remove Instance "<?= $this->escape($this->name) ?>"</h4>
|
|
|
|
<p>
|
|
Are you sure you want to remove the instance <?= $this->escape($this->name) ?>?
|
|
</p>
|
|
|
|
<p>
|
|
If you have still any environments or views refering to this instance, you won't be able to send commands anymore
|
|
after deletion.
|
|
</p>
|
|
|
|
<?= $this->form; ?>
|