mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-08 06:24:29 +02:00
Store messages in the current user session to be able to fetch messages from other controllers, so that the use can be redirected back to the index, instead of staying in the original action refs #5100
14 lines
390 B
PHTML
14 lines
390 B
PHTML
|
|
<h4><i class="icinga-icon-remove"></i> Remove Instance "<?= $this->escape($this->name) ?>"</h4>
|
|
|
|
<p>
|
|
Are you sure you want to remove the instance <?= $this->escape($this->name) ?>?
|
|
</p>
|
|
|
|
<p>
|
|
<i class="icinga-icon-warning"></i> 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; ?>
|