mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-25 08:07:02 -04:00
11 lines
No EOL
314 B
PHTML
11 lines
No EOL
314 B
PHTML
<div class="controls">
|
|
<?= $tabs; ?>
|
|
</div>
|
|
<div class="content" data-base-target="_next">
|
|
<p>
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
|
<?= $this->icon('create.png'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
|
</a>
|
|
</p>
|
|
<?= $form; ?>
|
|
</div>
|