icingaweb2/modules/monitoring/application/views/scripts/config/removeinstance.phtml
2013-08-21 14:22:30 +02:00

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; ?>