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

9 lines
209 B
PHTML

<h4><i class="icinga-icon-remove"></i> Remove Backend "<?= $this->escape($this->name) ?>"</h4>
<p>
Are you sure you want to remove the backend <?= $this->escape($this->name) ?>?
</p>
<?= $this->form; ?>