icingaweb2/application/views/scripts/config/resource/create.phtml

18 lines
398 B
PHTML
Raw Normal View History

<?= $this->tabs->render($this); ?>
<h4>
<i class="icinga-icon-create"></i>
Create New Resource
</h4>
<?php if ($this->errorMessage): ?>
<div class="alert alert-danger">
<?= $this->escape($this->errorMessage); ?>
</div>
<?php endif; ?>
<p>
Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.
</p>
<?= $this->form ?>