2013-08-20 15:45:04 +02:00
|
|
|
<?= $this->tabs->render($this); ?>
|
2013-08-22 17:17:58 +02:00
|
|
|
<h4>{{REMOVE_ICON}} 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-08-22 17:17:58 +02:00
|
|
|
{{WARNING_ICON}} If you have still any environments or views refering to this instance, you won't be able to send commands anymore
|
|
|
|
after deletion.
|
2013-08-20 15:45:04 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<?= $this->form; ?>
|