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

14 lines
326 B
PHTML
Raw Normal View History

<?= $this->tabs->render($this); ?>
<?php if ($this->name): ?>
<h4>Edit Backend "<?= $this->escape($this->name) ?>"</h4>
<?php else: ?>
<h4>Create New Backend</h4>
<?php endif; ?>
<?php if ($this->error): ?>
<div class="alert alert-danger">
<?= $this->escape($this->error); ?>
</div>
<?php endif; ?>
<?= $this->form; ?>