mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 19:20:23 -05:00
The configure routine still has to be improved, right now unused authentication backends are commented out refs #4491 refs #4606 refs #4640
10 lines
No EOL
234 B
PHTML
10 lines
No EOL
234 B
PHTML
<?= $this->tabs->render($this); ?>
|
|
|
|
<?php if ($this->successMessage): ?>
|
|
<div class="alert alert-success">
|
|
<i>{{OK_ICON}}</i>
|
|
<strong><?= $this->escape($this->successMessage); ?></strong>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
<?= $this->form ?> |