icingaweb2/modules/monitoring/application/views/scripts/config/removeinstance.phtml

14 lines
386 B
PHTML

<?= $this->tabs->render($this); ?>
<h4>{{REMOVE_ICON}} Remove Instance "<?= $this->escape($this->name) ?>"</h4>
<p>
Are you sure you want to remove the instance <?= $this->escape($this->name) ?>?
</p>
<p>
{{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.
</p>
<?= $this->form; ?>