18 lines
398 B
PHTML
18 lines
398 B
PHTML
|
<?= $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 ?>
|