2013-11-20 19:10:38 +01:00
|
|
|
|
|
|
|
<h4><i class="icinga-icon-remove"></i> Remove Instance "<?= $this->escape($this->name) ?>"</h4>
|
2013-08-20 15:45:04 +02:00
|
|
|
|
|
|
|
<p>
|
2013-08-22 17:17:58 +02:00
|
|
|
Are you sure you want to remove the instance <?= $this->escape($this->name) ?>?
|
2013-08-20 15:45:04 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2013-11-20 19:10:38 +01:00
|
|
|
<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
|
2013-08-22 17:17:58 +02:00
|
|
|
after deletion.
|
2013-08-20 15:45:04 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->form; ?>
|